Uses of Interface
org.ejml.factory.CholeskyDecomposition

Packages that use CholeskyDecomposition
org.ejml.alg.block.decomposition.chol   
org.ejml.alg.dense.decomposition.chol   
org.ejml.factory   
 

Uses of CholeskyDecomposition in org.ejml.alg.block.decomposition.chol
 

Classes in org.ejml.alg.block.decomposition.chol that implement CholeskyDecomposition
 class BlockCholeskyOuterForm
           Block Cholesky using outer product form.
 

Uses of CholeskyDecomposition in org.ejml.alg.dense.decomposition.chol
 

Classes in org.ejml.alg.dense.decomposition.chol that implement CholeskyDecomposition
 class CholeskyDecompositionBlock
          This is an implementation of Cholesky that processes internal submatrices as blocks.
 class CholeskyDecompositionBlock64
          Wrapper around BlockCholeskyOuterForm that allows it to process DenseMatrix64F.
 class CholeskyDecompositionCommon
           This is an abstract class for a Cholesky decomposition.
 class CholeskyDecompositionInner
           This implementation of a Cholesky decomposition using the inner-product form.
 

Uses of CholeskyDecomposition in org.ejml.factory
 

Methods in org.ejml.factory that return CholeskyDecomposition
static CholeskyDecomposition<DenseMatrix64F> DecompositionFactory.chol(int matrixSize, boolean lower)
           Returns a CholeskyDecomposition that has been optimized for the specified matrix size.
 



Copyright © 2012. All Rights Reserved.