|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class of objects that compute the LU factorization of a matrix.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Method Summary | |
LUDecomposition |
decompose(Matrix matrix)
public behavior pre matrix != null; pre matrix.isSquare(); post \result != null; post (* \result.L().times(\result.U()).equals(matrix) *); post \result.L().getNbRows() == matrix.getNbRows(); |
Field Detail |
public static final java.lang.String CVS_REVISION
Method Detail |
public LUDecomposition decompose(Matrix matrix)
Return an LU factorization of this matrix.
matrix
- The matrix to decompose.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |