Interface LUSparseDecomposition_F32<T extends Matrix>
- All Superinterfaces:
DecompositionInterface<T>
,DecompositionSparseInterface<T>
,LUDecomposition<T>
,LUSparseDecomposition<T>
- All Known Implementing Classes:
LuUpLooking_FSCC
Implementation of
LUSparseDecomposition
for 32-bit numbers-
Method Summary
Modifier and TypeMethodDescriptionComputes the matrix's determinant using the LU decomposition.Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModified
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionSparseInterface
isStructureLocked, setStructureLocked
Methods inherited from interface org.ejml.interfaces.decomposition.LUDecomposition
getLower, getRowPivot, getRowPivotV, getUpper, isSingular
-
Method Details
-
computeDeterminant
Complex_F32 computeDeterminant()Computes the matrix's determinant using the LU decomposition.- Returns:
- The determinant.
-