| Package | Description |
|---|---|
| org.ejml.alg.block.decomposition.chol | |
| org.ejml.alg.dense.decomposition.chol | |
| org.ejml.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockCholeskyOuterForm
Block Cholesky using outer product form.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CholeskyDecomposition<DenseMatrix64F> |
DecompositionFactory.chol(int matrixSize,
boolean lower)
Returns a
CholeskyDecomposition that has been optimized for the specified matrix size. |
Copyright © 2013. All Rights Reserved.