Package org.ojalgo.array
Class SparseArray.SparseFactory<N extends 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 Comparable<N>>
public static final class SparseArray.SparseFactory<N extends 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 -
Method Summary
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 Details
-
SparseFactory
SparseFactory(DenseArray.Factory<N> denseFactory)
-
-
Method Details
-
make
- Specified by:
make
in interfaceFactory1D<N extends Comparable<N>>
-
make
- Specified by:
make
in interfaceFactory1D<N extends Comparable<N>>
-