For design documentation see matrix/docs.py.
Bases: sage.matrix.matrix2.Matrix
EXAMPLES:
sage: from sage.matrix.matrix import is_Matrix sage: is_Matrix(0) False sage: is_Matrix(matrix([[1,2],[3,4]])) True
Miscellaneous matrix functions
Base class for matrices, part 0
Enter search terms or a module, class or function name.