parselmouth.Matrix
==================



.. currentmodule:: parselmouth

.. autoclass:: Matrix
   :show-inheritance:
   :members:
   :inherited-members:
   :undoc-members:
   :special-members:
   :exclude-members: __weakref__, __doc__, __module__, __dict__, __members__, __getstate__, __setstate__, __annotations__

   
   
   .. rubric:: Methods

   .. autosummary::
      :nosignatures:
   
      
      ~Matrix.__init__
      
      
      ~Matrix.as_array
      
      
      ~Matrix.at_xy
      
      
      ~Matrix.copy
      
      
      ~Matrix.formula
      
      
      ~Matrix.get_column_distance
      
      
      ~Matrix.get_highest_x
      
      
      ~Matrix.get_highest_y
      
      
      ~Matrix.get_lowest_x
      
      
      ~Matrix.get_lowest_y
      
      
      ~Matrix.get_maximum
      
      
      ~Matrix.get_minimum
      
      
      ~Matrix.get_number_of_columns
      
      
      ~Matrix.get_number_of_rows
      
      
      ~Matrix.get_row_distance
      
      
      ~Matrix.get_sum
      
      
      ~Matrix.get_value_at_xy
      
      
      ~Matrix.get_value_in_cell
      
      
      ~Matrix.get_x_of_column
      
      
      ~Matrix.get_y_of_row
      
      
      ~Matrix.info
      
      
      ~Matrix.read
      
      
      ~Matrix.save
      
      
      ~Matrix.save_as_binary_file
      
      
      ~Matrix.save_as_headerless_spreadsheet_file
      
      
      ~Matrix.save_as_matrix_text_file
      
      
      ~Matrix.save_as_short_text_file
      
      
      ~Matrix.save_as_text_file
      
      
      ~Matrix.scale_x_by
      
      
      ~Matrix.scale_x_to
      
      
      ~Matrix.set_value
      
      
      ~Matrix.shift_x_by
      
      
      ~Matrix.shift_x_to
      
      
      ~Matrix.x_bins
      
      
      ~Matrix.x_grid
      
      
      ~Matrix.xs
      
      
      ~Matrix.y_bins
      
      
      ~Matrix.y_grid
      
      
      ~Matrix.ys
      
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      
      ~Matrix.class_name
      
      
      ~Matrix.dx
      
      
      ~Matrix.dy
      
      
      ~Matrix.full_name
      
      
      ~Matrix.n_columns
      
      
      ~Matrix.n_rows
      
      
      ~Matrix.name
      
      
      ~Matrix.nx
      
      
      ~Matrix.ny
      
      
      ~Matrix.values
      
      
      ~Matrix.x1
      
      
      ~Matrix.xmax
      
      
      ~Matrix.xmin
      
      
      ~Matrix.xrange
      
      
      ~Matrix.y1
      
      
      ~Matrix.ymax
      
      
      ~Matrix.ymin
      
      
      ~Matrix.yrange
      
   
   