Uses of Class
org.ojalgo.random.SampleSet.CombineableSet
-
Packages that use SampleSet.CombineableSet Package Description org.ojalgo.random -
-
Uses of SampleSet.CombineableSet in org.ojalgo.random
Methods in org.ojalgo.random that return SampleSet.CombineableSet Modifier and Type Method Description static SampleSet.CombineableSet<java.lang.Double>
SampleSet. newCombineableSet()
static <N extends java.lang.Comparable<N>>
SampleSet.CombineableSet<N>SampleSet. newCombineableSet(DenseArray.Factory<N> factory)
SampleSet.CombineableSet<N>
SampleSet.CombineableSet. newInstance()
Methods in org.ojalgo.random that return types with arguments of type SampleSet.CombineableSet Modifier and Type Method Description static java.util.stream.Collector<java.lang.Double,SampleSet.CombineableSet<java.lang.Double>,SampleSet>
SampleSet. newCollector()
static <N extends java.lang.Comparable<N>>
java.util.stream.Collector<N,SampleSet.CombineableSet<N>,SampleSet>SampleSet. newCollector(DenseArray.Factory<N> factory)
Methods in org.ojalgo.random with parameters of type SampleSet.CombineableSet Modifier and Type Method Description void
SampleSet.CombineableSet. combine(SampleSet.CombineableSet<N> other)
-