| 
 | |||||||||
| 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)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 factorization| Method Detail | 
public Matrix R()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||