| 
 | |||||||||
| 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 The result is computed using the algorithm as defined in the book of Trefethen and Bau. | 
| 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.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||