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 TypeMethodDescriptionNumberList.ListFactory.chunk(long chunk) static <N extends Comparable<N>>
NumberList.ListFactory<N> NumberList.factory(DenseArray.Factory<N, ?> arrayFactory) NumberList.ListFactory.initial(long initial) 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.ListFactoryModifier and TypeFieldDescriptionprivate final NumberList.ListFactory<N> SampleSet.CombineableSet.myFactoryConstructors in org.ojalgo.random with parameters of type NumberList.ListFactoryModifierConstructorDescription(package private)CombineableSet(NumberList.ListFactory<N> factory)