class documentation
class SquareMatrix(list):
Known subclasses: cma.purecma.DecomposingPositiveMatrix
Constructor: SquareMatrix(dimension)
rudimental square matrix class
Method | __init__ |
initialize with identity matrix |
Method | addouter |
Add in place factor times outer product of vector b , |
Method | multiply |
multiply matrix in place with factor |
Property | diag |
diagonal of the matrix as a copy (save to change) |