Package org.ojalgo.array
Class SparseArray.SparseFactory<N extends java.lang.Comparable<N>>
- java.lang.Object
-
- org.ojalgo.array.StrategyBuildingFactory<N,SparseArray<N>,SparseArray.SparseFactory<N>>
-
- org.ojalgo.array.SparseArray.SparseFactory<N>
-
- All Implemented Interfaces:
Factory1D<SparseArray<N>>
,FactorySupplement
- Enclosing class:
- SparseArray<N extends java.lang.Comparable<N>>
public static final class SparseArray.SparseFactory<N extends java.lang.Comparable<N>> extends StrategyBuildingFactory<N,SparseArray<N>,SparseArray.SparseFactory<N>> implements Factory1D<SparseArray<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Factory1D
Factory1D.Builder<I extends Structure1D>, Factory1D.MayBeSparse<I extends Structure1D,DENSE extends Factory1D.Builder<I>,SPARSE extends Factory1D.Builder<I>>, Factory1D.TwoStep<I extends Structure1D,B extends Factory1D.Builder<I>>
-
-
Constructor Summary
Constructors Constructor Description SparseFactory(DenseArray.Factory<N> denseFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparseArray<N>
make(int size)
SparseArray<N>
make(long count)
-
Methods inherited from class org.ojalgo.array.StrategyBuildingFactory
chunk, function, getDenseFactory, getGrowthStrategy, getMathType, initial, scalar, segment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ojalgo.structure.FactorySupplement
function, getMathType, scalar
-
-
-
-
Constructor Detail
-
SparseFactory
SparseFactory(DenseArray.Factory<N> denseFactory)
-
-