Uses of Class
org.ojalgo.array.NumberList
-
Packages that use NumberList Package Description org.ojalgo.array org.ojalgo.data.cluster org.ojalgo.random -
-
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) -
Uses of NumberList in org.ojalgo.data.cluster
Fields in org.ojalgo.data.cluster declared as NumberList Modifier and Type Field Description private NumberList<java.lang.Double>PointDistanceCache. myValues -
Uses of NumberList in org.ojalgo.random
Fields in org.ojalgo.random declared as NumberList Modifier and Type Field Description private NumberList<N>SampleSet.CombineableSet. myNumbersMethods in org.ojalgo.random that return NumberList Modifier and Type Method Description (package private) NumberList<N>SampleSet.CombineableSet. getNumbers()
-