|
Interface Summary |
| BandDecomposition |
This interface must be implemented by classes that define decomposition method for a band matrix, for instance LU, Cholesky... |
| BandSolver |
This abstract class must be extended to perform a linear system solver, for instance Jacobi's method, LU... |
| Decomposition |
This interface must be implemented by classes that define decomposition method, for instance LU, Cholesky... |
| IterativeSolver |
This abstract class must be extended to perform a linear system solver, for instance Jacobi's method, ... |
| Solver |
This abstract class must be extended to perform a linear system solver, for instance Jacobi's method, LU... |
| SymDecomposition |
This interface must be implemented by classes that define symmetrical decomposition method, for instance LU, Cholesky... |
| SymSolver |
This abstract class must be extended to perform a symmetrical linear system solver, for instance Jacobi's method, Cholesky... |
This package provides classes to manipulate matrix. Different models of storage are implemented and soon solving system methods.