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