|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jutil.math.matrix.DefaultCholeskyDecomposer
A class of objects that compute the Cholesky factorization of a symmetric matrix using the algorithm in the book of Trefethen and Bau.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Constructor Summary | |
DefaultCholeskyDecomposer()
|
Method Summary | |
CholeskyDecomposition |
decompose(Matrix matrix)
See superclass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CVS_REVISION
Constructor Detail |
public DefaultCholeskyDecomposer()
Method Detail |
public CholeskyDecomposition decompose(Matrix matrix)
See superclass
The result is computed using the algorithm as defined in the book of Trefethen and Bau.
decompose
in interface CholeskyDecomposer
org.jutil.math.matrix.CholeskyDecomposer
matrix
- The matrix to decompose.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |