public interface CholeskyDecomposition_F32<MatrixType extends Matrix> extends CholeskyDecomposition<MatrixType>
Implementation of CholeskyDecomposition
for 32-bit floats.
Modifier and Type | Method and Description |
---|---|
Complex_F32 |
computeDeterminant()
Computes the matrix's determinant using the decomposition.
|
getT, isLower
decompose, inputModified
Complex_F32 computeDeterminant()