Matrices¶
ablina.matrix
¶
A module for working with matrices.
Matrix
¶
Bases: Matrix
A matrix class extending sympy's Matrix.
Provides additional functionality and a custom representation for matrices used in the ablina package.
Source code in ablina/matrix.py
M = Matrix
module-attribute
¶
An alias for the Matrix class.