|
Class Summary |
| AbstractDoubleArray |
Description : Class designed to implement manipulation of arrays of doubles
Copyright : LGPL |
| AbstractMatrix |
Description : Class designed to implement all algebraic, visualisation and others ... methods of the matrix classes. |
| LightMatrix |
Description : Class designed to implement the matrix in a float[][] object. |
| MapedMatrix |
Description : Class designed to implement the matrix in a mapped file. |
| Matrix |
Description : Class designed to implement the matrix in a double[][] object. |
| RandomMatrix |
The RandomMatrix Class provides tools for statistical simulations,it extends the Matrix Class and adds many methods. |
| RandomVariable |
The RandomVaraibale Class provides static methods for generating random numbers. |
| SparseMatrix |
Description : Class designed to implement the sparse matrix in a Vector object. |