Uses of Class
org.ojalgo.array.NumberList
Packages that use NumberList
-
Uses of NumberList in org.ojalgo.array
Methods in org.ojalgo.array that return NumberListModifier and TypeMethodDescriptionNumberList.ListFactory.make()NumberList.subList(int fromIndex, int toIndex) LongToNumberMap.values()Methods in org.ojalgo.array that return types with arguments of type NumberListModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
Collector<N, NumberList<N>, NumberList<N>> NumberList.collector(DenseArray.Factory<N, ?> arrayFactory) static <N extends Comparable<N>>
Collector<N, NumberList<N>, NumberList<N>> NumberList.collector(DenseArray.Factory<N, ?> arrayFactory)