Uses of Interface
org.ejml.interfaces.decomposition.CholeskyDecomposition_F32
Package
Description
-
Uses of CholeskyDecomposition_F32 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_F32 in org.ejml.dense.block.linsol.chol
Modifier and TypeMethodDescriptionCholeskyOuterSolver_FDRB.getDecomposition()
CholeskyOuterSolver_MT_FDRB.getDecomposition()
-
Uses of CholeskyDecomposition_F32 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_F32 in org.ejml.dense.row.decomposition.chol
Modifier and TypeClassDescriptionclass
Wrapper aroundCholeskyOuterForm_FDRB
that allows it to process FMatrixRMaj.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_F32 in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionstatic CholeskyDecomposition_F32<CMatrixRMaj>
DecompositionFactory_CDRM.chol
(int size, boolean lower) Returns aCholeskyDecomposition_F32
that has been optimized for the specified matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>
DecompositionFactory_FDRM.chol
(boolean lower) Returns aCholeskyDecomposition_F32
that isn't specialized for any specific matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>
DecompositionFactory_FDRM.chol
(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F32
that has been optimized for the specified matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>
DecompositionFactory_MT_FDRM.chol
(boolean lower) Returns aCholeskyDecomposition_F32
that isn't specialized for any specific matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>
DecompositionFactory_MT_FDRM.chol
(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F32
that has been optimized for the specified matrix size. -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.row.linsol.chol
Modifier and TypeMethodDescriptionLinearSolverChol_CDRM.getDecomposition()
LinearSolverChol_FDRM.getDecomposition()