Uses of Class
org.ojalgo.array.NumberList.ListFactory
-
Packages that use NumberList.ListFactory Package Description org.ojalgo.array org.ojalgo.random -
-
Uses of NumberList.ListFactory in org.ojalgo.array
Methods in org.ojalgo.array that return NumberList.ListFactory Modifier and Type Method Description static <N extends java.lang.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.ListFactory Modifier and Type Field Description private NumberList.ListFactory<N>
SampleSet.CombineableSet. myFactory
Constructors in org.ojalgo.random with parameters of type NumberList.ListFactory Constructor Description CombineableSet(NumberList.ListFactory<N> factory)
-