Package sim.util.mantissa.linalg

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.
 

Exception Summary
SingularMatrixException This class represent exceptions thrown by some matrix operations.