Uses of Class
org.ojalgo.array.NumberList
-
Packages that use NumberList Package Description org.ojalgo.array -
-
Uses of NumberList in org.ojalgo.array
Methods in org.ojalgo.array that return NumberList Modifier and Type Method Description NumberList<N>
NumberList.ListFactory. make()
NumberList<N>
NumberList. subList(int fromIndex, int toIndex)
NumberList<N>
LongToNumberMap. values()
Methods in org.ojalgo.array that return types with arguments of type NumberList Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
java.util.stream.Collector<N,NumberList<N>,NumberList<N>>NumberList. collector(DenseArray.Factory<N> arrayFactory)
static <N extends java.lang.Comparable<N>>
java.util.stream.Collector<N,NumberList<N>,NumberList<N>>NumberList. collector(DenseArray.Factory<N> arrayFactory)
-