Package opale.matrix

This package provides classes to manipulate matrix.

See:
          Description

Interface Summary
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...
 

Class Summary
Matrix This class implements a full matrix with real coefficients.
SymMatrix This class implements a symmetrical matrix with real coefficients.
 

Package opale.matrix Description

This package provides classes to manipulate matrix. Different models of storage are implemented and soon solving system methods.

Version:
Opale-Matrix 0.1