Package org.ojalgo.matrix.decomposition
Interface LDL.Factory<N extends Comparable<N>>
- All Superinterfaces:
MatrixDecomposition.Factory<LDL<N>>
- All Known Implementing Classes:
LDL.ModifiedFactory
- Enclosing interface:
LDL<N extends Comparable<N>>
public static interface LDL.Factory<N extends Comparable<N>>
extends MatrixDecomposition.Factory<LDL<N>>
-
Method Summary
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
decompose, make, make, make
-
Method Details
-
modified
- See Also:
-