| Package | Description |
|---|---|
| org.ejml.alg.block.decomposition.chol | |
| org.ejml.alg.dense.decomposition.chol | |
| org.ejml.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
CholeskyOuterForm_B64
Block Cholesky using outer product form.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CholeskyDecomposition_B64_to_D64
Wrapper around
CholeskyOuterForm_B64 that allows
it to process DenseMatrix64F. |
class |
CholeskyDecompositionBlock_D64
This is an implementation of Cholesky that processes internal submatrices as blocks.
|
class |
CholeskyDecompositionCommon_D64
This is an abstract class for a Cholesky decomposition.
|
class |
CholeskyDecompositionInner_D64
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 © 2014. All Rights Reserved.