Uses of Interface
org.ejml.interfaces.decomposition.CholeskyDecomposition_F64
Package
Description
-
Uses of CholeskyDecomposition_F64 in org.ejml.dense.block.decomposition.chol
Modifier and TypeClassDescriptionclass
Block Cholesky using outer product form.class
Block Cholesky using outer product form. -
Uses of CholeskyDecomposition_F64 in org.ejml.dense.block.linsol.chol
Modifier and TypeMethodDescriptionCholeskyOuterSolver_DDRB.getDecomposition()
CholeskyOuterSolver_MT_DDRB.getDecomposition()
-
Uses of CholeskyDecomposition_F64 in org.ejml.dense.row.decompose.chol
Modifier and TypeClassDescriptionclass
This is an abstract class for a Cholesky decomposition.class
This implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition_F64 in org.ejml.dense.row.decomposition.chol
Modifier and TypeClassDescriptionclass
Wrapper aroundCholeskyOuterForm_DDRB
that allows it to process DMatrixRMaj.class
This is an implementation of Cholesky that processes internal submatrices as blocks.class
class
This is an abstract class for a Cholesky decomposition.class
This implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition_F64 in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionstatic CholeskyDecomposition_F64<DMatrixRMaj>
DecompositionFactory_DDRM.chol
(boolean lower) Returns aCholeskyDecomposition_F64
that isn't specialized for any specific matrix size.static CholeskyDecomposition_F64<DMatrixRMaj>
DecompositionFactory_DDRM.chol
(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F64
that has been optimized for the specified matrix size.static CholeskyDecomposition_F64<DMatrixRMaj>
DecompositionFactory_MT_DDRM.chol
(boolean lower) Returns aCholeskyDecomposition_F64
that isn't specialized for any specific matrix size.static CholeskyDecomposition_F64<DMatrixRMaj>
DecompositionFactory_MT_DDRM.chol
(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F64
that has been optimized for the specified matrix size.static CholeskyDecomposition_F64<ZMatrixRMaj>
DecompositionFactory_ZDRM.chol
(int size, boolean lower) Returns aCholeskyDecomposition_F64
that has been optimized for the specified matrix size. -
Uses of CholeskyDecomposition_F64 in org.ejml.dense.row.linsol.chol
Modifier and TypeMethodDescriptionLinearSolverChol_DDRM.getDecomposition()
LinearSolverChol_ZDRM.getDecomposition()