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.C128static final SparseStore.Factory<Quaternion> SparseStore.H256static final SparseStore.Factory<RationalNumber> SparseStore.Q128static final SparseStore.Factory<Double> SparseStore.R032static final SparseStore.Factory<Double> SparseStore.R064static final SparseStore.Factory<Quadruple> SparseStore.R128Methods 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.