opale.matrix
Interface Decomposition
- All Known Implementing Classes:
- SolverLU
- public interface Decomposition
This interface must be implemented by classes that define decomposition method, for instance LU, Cholesky... A class can be implemented both Solver and Decomposition.
|
Field Summary |
static boolean |
REPLACE
Set to true to indicate the algorithm modify the input matrix in the method decomp(). |
|
Method Summary |
void |
decomp(Matrix A)
Decompose the matrix A. |
REPLACE
public static final boolean REPLACE
- Set to true to indicate the algorithm modify the input matrix in the method
decomp().
decomp
public void decomp(Matrix A)
- Decompose the matrix A.