|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class of objects that compute the Cholesky factorization of a symmetric matrix.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Method Summary | |
CholeskyDecomposition |
decompose(Matrix matrix)
public behavior pre matrix != null; pre matrix.isSymmetric(); pre (* matrix is non-singular *); post \result != null; post (* \result.R().times(\result.R()).equals(matrix) *); |
Field Detail |
public static final java.lang.String CVS_REVISION
Method Detail |
public CholeskyDecomposition decompose(Matrix matrix)
Return a QR 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 |