opale.matrix
Interface SymDecomposition

All Known Implementing Classes:
SolverCrout, SolverCholesky

public interface SymDecomposition

This interface must be implemented by classes that define symmetrical decomposition method, for instance LU, Cholesky... A class can be implemented both Solver and Decomposition.


Field Summary
static boolean REPLACE
           
 
Method Summary
 void decomp(SymMatrix A)
          Decompose the matrix A.
 

Field Detail

REPLACE

public static final boolean REPLACE
Method Detail

decomp

public void decomp(SymMatrix A)
Decompose the matrix A.