Package org.ojalgo.matrix.decomposition
Interface LDL.Factory<N extends java.lang.Comparable<N>>
-
- All Superinterfaces:
MatrixDecomposition.Factory<LDL<N>>
- All Known Implementing Classes:
LDL.ModifiedFactory
public static interface LDL.Factory<N extends java.lang.Comparable<N>> extends MatrixDecomposition.Factory<LDL<N>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LDL.Factory<N>
modified(N threshold)
-
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
decompose, make, make, make
-
-
-
-
Method Detail
-
modified
default LDL.Factory<N> modified(N threshold)
- See Also:
LDL.modified(Factory, Comparable)
-
-