Uses of Class
org.ojalgo.random.SampleSet.CombineableSet
Packages that use SampleSet.CombineableSet
-
Uses of SampleSet.CombineableSet in org.ojalgo.random
Classes in org.ojalgo.random that implement interfaces with type arguments of type SampleSet.CombineableSetModifier and TypeClassDescriptionstatic final classSampleSet.CombineableSet<N extends Comparable<N>>Methods in org.ojalgo.random that return SampleSet.CombineableSetModifier and TypeMethodDescriptionstatic SampleSet.CombineableSet<Double> SampleSet.newCombineableSet()static <N extends Comparable<N>>
SampleSet.CombineableSet<N> SampleSet.newCombineableSet(DenseArray.Factory<N, ?> factory) SampleSet.CombineableSet.newInstance()Methods in org.ojalgo.random that return types with arguments of type SampleSet.CombineableSetModifier and TypeMethodDescriptionstatic Collector<Double, SampleSet.CombineableSet<Double>, SampleSet> SampleSet.newCollector()static <N extends Comparable<N>>
Collector<N, SampleSet.CombineableSet<N>, SampleSet> SampleSet.newCollector(DenseArray.Factory<N, ?> factory) Methods in org.ojalgo.random with parameters of type SampleSet.CombineableSetModifier and TypeMethodDescriptionvoidSampleSet.CombineableSet.combine(SampleSet.CombineableSet<N> other)