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. C128
static SparseStore.Factory<Quaternion>
SparseStore. H256
static SparseStore.Factory<RationalNumber>
SparseStore. Q128
static SparseStore.Factory<java.lang.Double>
SparseStore. R032
static SparseStore.Factory<java.lang.Double>
SparseStore. R064
static SparseStore.Factory<Quadruple>
SparseStore. R128
Methods 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.
-