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 NumberList.ListFactory<N>NumberList.ListFactory. chunk(long chunk)static <N extends java.lang.Comparable<N>>
NumberList.ListFactory<N>NumberList. factory(DenseArray.Factory<N,?> arrayFactory)NumberList.ListFactory<N>NumberList.ListFactory. initial(long initial)NumberList.ListFactory<N>NumberList.ListFactory. segment(long segment)With very large data structures, particularly sparse ones, the underlying (dense) storage is segmented. -
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. myFactoryConstructors in org.ojalgo.random with parameters of type NumberList.ListFactory Constructor Description CombineableSet(NumberList.ListFactory<N> factory)
-