Uses of Interface
org.ejml.interfaces.decomposition.CholeskyDecomposition_F32
Packages that use CholeskyDecomposition_F32
Package
Description
-
Uses of CholeskyDecomposition_F32 in org.ejml.dense.block.decomposition.chol
Classes in org.ejml.dense.block.decomposition.chol that implement CholeskyDecomposition_F32Modifier and TypeClassDescriptionclassBlock Cholesky using outer product form.classBlock Cholesky using outer product form. -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.block.linsol.chol
Methods in org.ejml.dense.block.linsol.chol that return CholeskyDecomposition_F32Modifier and TypeMethodDescriptionCholeskyOuterSolver_FDRB.getDecomposition()CholeskyOuterSolver_MT_FDRB.getDecomposition() -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.row.decompose.chol
Classes in org.ejml.dense.row.decompose.chol that implement CholeskyDecomposition_F32Modifier and TypeClassDescriptionclassThis is an abstract class for a Cholesky decomposition.classThis implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.row.decomposition.chol
Classes in org.ejml.dense.row.decomposition.chol that implement CholeskyDecomposition_F32Modifier and TypeClassDescriptionclassWrapper aroundCholeskyOuterForm_FDRBthat allows it to process FMatrixRMaj.classThis is an implementation of Cholesky that processes internal submatrices as blocks.classclassThis is an abstract class for a Cholesky decomposition.classThis implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.row.factory
Methods in org.ejml.dense.row.factory that return CholeskyDecomposition_F32Modifier and TypeMethodDescriptionstatic CholeskyDecomposition_F32<CMatrixRMaj>DecompositionFactory_CDRM.chol(int size, boolean lower) Returns aCholeskyDecomposition_F32that has been optimized for the specified matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>DecompositionFactory_FDRM.chol(boolean lower) Returns aCholeskyDecomposition_F32that isn't specialized for any specific matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>DecompositionFactory_FDRM.chol(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F32that has been optimized for the specified matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>DecompositionFactory_MT_FDRM.chol(boolean lower) Returns aCholeskyDecomposition_F32that isn't specialized for any specific matrix size.static CholeskyDecomposition_F32<FMatrixRMaj>DecompositionFactory_MT_FDRM.chol(int matrixSize, boolean lower) Returns aCholeskyDecomposition_F32that has been optimized for the specified matrix size. -
Uses of CholeskyDecomposition_F32 in org.ejml.dense.row.linsol.chol
Methods in org.ejml.dense.row.linsol.chol that return CholeskyDecomposition_F32Modifier and TypeMethodDescriptionLinearSolverChol_CDRM.getDecomposition()LinearSolverChol_FDRM.getDecomposition()