Package org.ojalgo.array
Class NumberList.ListFactory<N extends java.lang.Comparable<N>>
- java.lang.Object
-
- org.ojalgo.array.StrategyBuildingFactory<N,NumberList<N>,NumberList.ListFactory<N>>
-
- org.ojalgo.array.NumberList.ListFactory<N>
-
- Enclosing class:
- NumberList<N extends java.lang.Comparable<N>>
public static final class NumberList.ListFactory<N extends java.lang.Comparable<N>> extends StrategyBuildingFactory<N,NumberList<N>,NumberList.ListFactory<N>>
-
-
Constructor Summary
Constructors Constructor Description ListFactory(DenseArray.Factory<N> denseFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumberList<N>
make()
-
Methods inherited from class org.ojalgo.array.StrategyBuildingFactory
chunk, function, getDenseFactory, getGrowthStrategy, getMathType, initial, scalar, segment
-
-
-
-
Constructor Detail
-
ListFactory
ListFactory(DenseArray.Factory<N> denseFactory)
-
-
Method Detail
-
make
public NumberList<N> make()
-
-