Uses of Class
org.ojalgo.matrix.store.SparseStore.Factory
Packages that use SparseStore.Factory
-
Uses of SparseStore.Factory in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as SparseStore.FactoryModifier and TypeFieldDescriptionstatic final SparseStore.Factory
<ComplexNumber> SparseStore.C128
static final SparseStore.Factory
<Quaternion> SparseStore.H256
static final SparseStore.Factory
<RationalNumber> SparseStore.Q128
static final SparseStore.Factory
<Double> SparseStore.R032
static final SparseStore.Factory
<Double> SparseStore.R064
static final SparseStore.Factory
<Quadruple> SparseStore.R128
Methods in org.ojalgo.matrix.store that return SparseStore.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
SparseStore.Factory<N> SparseStore.factory
(PhysicalStore.Factory<N, ?> physicalFactory) SparseStore.Factory.initial
(IntBinaryOperator initial) Specify how to calculate the initial capacity of the sparse store, based on the number of rows and columns.