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