Class Summary |
DiagonalMatrix |
This class implements diagonal matrices of linear algebra. |
GeneralMatrix |
This class represents matrices of the most general type. |
GeneralSquareMatrix |
This class implements general square matrices of linear algebra. |
LowerTriangularMatrix |
This class implements lower triangular matrices of linear algebra. |
Matrix |
This class factor all services common to matrices. |
MatrixFactory |
This class is a factory for the linear algebra package. |
SquareMatrix |
This class factor all services common to square matrices of linear algebra. |
SymetricalMatrix |
This class implements symetrical matrices of linear algebra. |
UpperTriangularMatrix |
This class implements upper triangular matrices of linear algebra. |