matrix

Module Contents

Classes

Matrix

Base class used to store a matrix.

class matrix.Matrix(shape, x=None)

Base class used to store a matrix.

Attributes
shapetuple

Shape of the matrix

datanp.ndarray

Numpy array that stores the matrix