Uses of Class
org.ojalgo.array.NumberList.ListFactory
Packages that use NumberList.ListFactory
-
Uses of NumberList.ListFactory in org.ojalgo.array
Methods in org.ojalgo.array that return NumberList.ListFactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
NumberList.ListFactory<N> NumberList.factory
(DenseArray.Factory<N> arrayFactory) -
Uses of NumberList.ListFactory in org.ojalgo.random
Fields in org.ojalgo.random declared as NumberList.ListFactoryModifier and TypeFieldDescriptionprivate final NumberList.ListFactory
<N> SampleSet.CombineableSet.myFactory
Constructors in org.ojalgo.random with parameters of type NumberList.ListFactoryModifierConstructorDescription(package private)
CombineableSet
(NumberList.ListFactory<N> factory)