Uses of Interface
org.ejml.interfaces.decomposition.CholeskyDecomposition
Package
Description
-
Uses of CholeskyDecomposition in org.ejml.dense.block.decomposition.chol
Modifier and TypeClassDescriptionclass
Block Cholesky using outer product form.class
Block Cholesky using outer product form.class
Block Cholesky using outer product form.class
Block Cholesky using outer product form. -
Uses of CholeskyDecomposition in org.ejml.dense.row.decompose.chol
Modifier and TypeClassDescriptionclass
This is an abstract class for a Cholesky decomposition.class
This is an abstract class for a Cholesky decomposition.class
This implementation of a Cholesky decomposition using the inner-product form.class
This implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition in org.ejml.dense.row.decomposition.chol
Modifier and TypeClassDescriptionclass
Wrapper aroundCholeskyOuterForm_DDRB
that allows it to process DMatrixRMaj.class
Wrapper aroundCholeskyOuterForm_FDRB
that allows it to process FMatrixRMaj.class
This is an implementation of Cholesky that processes internal submatrices as blocks.class
This is an implementation of Cholesky that processes internal submatrices as blocks.class
class
class
This is an abstract class for a Cholesky decomposition.class
This is an abstract class for a Cholesky decomposition.class
This implementation of a Cholesky decomposition using the inner-product form.class
This implementation of a Cholesky decomposition using the inner-product form. -
Uses of CholeskyDecomposition in org.ejml.interfaces.decomposition
Modifier and TypeInterfaceDescriptioninterface
CholeskyDecomposition_F32<MatrixType extends Matrix>
Implementation ofCholeskyDecomposition
for 32-bit floats.interface
CholeskyDecomposition_F64<MatrixType extends Matrix>
Implementation ofCholeskyDecomposition
for 64-bit floats.interface
CholeskySparseDecomposition<MatrixType extends Matrix>
interface
CholeskySparseDecomposition_F32<MatrixType extends Matrix>
Implementation ofCholeskySparseDecomposition
for 32-bit floats.interface
CholeskySparseDecomposition_F64<MatrixType extends Matrix>
Implementation ofCholeskySparseDecomposition
for 64-bit floats. -
Uses of CholeskyDecomposition in org.ejml.sparse.csc.decomposition.chol
Modifier and TypeClassDescriptionclass
Performs a Cholesky decomposition using an up looking algorthm on aDMatrixSparseCSC
.class
Performs a Cholesky decomposition using an up looking algorthm on aFMatrixSparseCSC
.