|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface used by all algorithms to access decomposition algorithms.
LUDecompositionI
,
SVDecompositionI
Method Summary | |
DenseMatrix |
computeInverse()
Computes the inverse of the original matrix from the components. |
MatrixI |
computeInverse(MatrixI results)
Computes the inverse of the original matrix from the components. |
void |
decompose(MatrixI a)
Decompose matrix into components. |
DenseVector |
solveEquations(VectorI rightHandSides)
Use the components to solve the simultaneous equations in the original matrix. |
VectorI |
solveEquations(VectorI rightHandSides,
VectorI results)
Use the components to solve the simultaneous equations in the original matrix. |
Method Detail |
public void decompose(MatrixI a) throws AlgebraException, SingularException
public DenseVector solveEquations(VectorI rightHandSides) throws AlgebraException
public VectorI solveEquations(VectorI rightHandSides, VectorI results) throws AlgebraException
public DenseMatrix computeInverse() throws AlgebraException
public MatrixI computeInverse(MatrixI results) throws AlgebraException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |