Uses of Package
org.ejml.alg.dense.decomposition.chol

Packages that use org.ejml.alg.dense.decomposition.chol
org.ejml.alg.dense.decomposition.chol   
org.ejml.alg.dense.linsol.chol   
org.ejml.factory   
 

Classes in org.ejml.alg.dense.decomposition.chol used by org.ejml.alg.dense.decomposition.chol
CholeskyDecompositionCommon
           This is an abstract class for a Cholesky decomposition.
 

Classes in org.ejml.alg.dense.decomposition.chol used by org.ejml.alg.dense.linsol.chol
CholeskyDecompositionCommon
           This is an abstract class for a Cholesky decomposition.
CholeskyDecompositionLDL
           This variant on the Cholesky decomposition avoid the need to take the square root by performing the following decomposition:

L*D*LT=A

where L is a lower triangular matrix with zeros on the diagonal.
 

Classes in org.ejml.alg.dense.decomposition.chol used by org.ejml.factory
CholeskyDecompositionLDL
           This variant on the Cholesky decomposition avoid the need to take the square root by performing the following decomposition:

L*D*LT=A

where L is a lower triangular matrix with zeros on the diagonal.
 



Copyright © 2012. All Rights Reserved.