Uses of Class
org.ojalgo.matrix.store.SparseStore.Factory
-
Packages that use SparseStore.Factory Package Description org.ojalgo.matrix.store -
-
Uses of SparseStore.Factory in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as SparseStore.Factory Modifier and Type Field Description static SparseStore.Factory<ComplexNumber>SparseStore. C128static SparseStore.Factory<Quaternion>SparseStore. H256static SparseStore.Factory<RationalNumber>SparseStore. Q128static SparseStore.Factory<java.lang.Double>SparseStore. R032static SparseStore.Factory<java.lang.Double>SparseStore. R064static SparseStore.Factory<Quadruple>SparseStore. R128Methods in org.ojalgo.matrix.store that return SparseStore.Factory Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
SparseStore.Factory<N>SparseStore. factory(PhysicalStore.Factory<N,?> physicalFactory)SparseStore.Factory<N>SparseStore.Factory. initial(java.util.function.IntBinaryOperator initial)Specify how to calculate the initial capacity of the sparse store, based on the number of rows and columns.
-