Interface LUSparseDecomposition_F64<T extends Matrix>
-
- All Superinterfaces:
DecompositionInterface<T>,DecompositionSparseInterface<T>,LUDecomposition<T>,LUSparseDecomposition<T>
public interface LUSparseDecomposition_F64<T extends Matrix> extends LUSparseDecomposition<T>
Implementation ofLUSparseDecompositionfor 64-bit numbers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Complex_F64computeDeterminant()Computes 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 Detail
-
computeDeterminant
Complex_F64 computeDeterminant()
Computes the matrix's determinant using the LU decomposition.- Returns:
- The determinant.
-
-