Class SparseStore.Factory<N extends Comparable<N>>

java.lang.Object
org.ojalgo.matrix.store.SparseStore.Factory<N>
All Implemented Interfaces:
Factory2D<SparseStore<N>>, Factory2D.TwoStep<SparseStore<N>,SparseStore.Builder<N>>, FactorySupplement
Enclosing class:
SparseStore<N extends Comparable<N>>

public static final class SparseStore.Factory<N extends Comparable<N>> extends Object implements Factory2D<SparseStore<N>>, Factory2D.TwoStep<SparseStore<N>,SparseStore.Builder<N>>