Package org.ojalgo.matrix.decomposition
Interface LU.Factory<N extends java.lang.Comparable<N>>
-
- All Superinterfaces:
MatrixDecomposition.Factory<LU<N>>
public static interface LU.Factory<N extends java.lang.Comparable<N>> extends MatrixDecomposition.Factory<LU<N>>
-
-
Method Summary
-
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
decompose, make, make, make
-
-