|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jutil.math.matrix.DefaultCholeskyDecomposition
This class represents a Cholesky factorization of a matrix.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Constructor Summary | |
DefaultCholeskyDecomposition(Matrix R)
public behavior pre R != null; pre R.isUpperTriangular(); pre R.isSquare(); post R().equals(R); Initialize a new DefaultCholeskyDecomposition with the given R matrix. |
Method Summary | |
Matrix |
R()
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 DefaultCholeskyDecomposition(Matrix R)
R
- The R matrix of the Cholesky factorizationMethod Detail |
public Matrix R()
R
in interface CholeskyDecomposition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |