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 MatrixDecomposition.Factory
decompose, make, make, make