java.lang.Object
org.ojalgo.function.aggregator.AggregatorSet<Double>
org.ojalgo.function.aggregator.PrimitiveAggregator
-
Method Summary
Modifier and TypeMethodDescriptionaverage()Average valueCount of non-zero elementsstatic PrimitiveAggregatorgetSet()largest()Largest absolute valuemaximum()Max valueminimum()Min valuenorm1()Sum of absolute valuesnorm2()Square root of sum of squared valuesproduct()Running productproduct2()Running product of squaressmallest()Smallest non-zero absolute valuesum()Running sumsum2()Running sum of squaresMethods inherited from class org.ojalgo.function.aggregator.AggregatorSet
get
-
Method Details
-
getSet
-
average
Description copied from class:AggregatorSetAverage value- Specified by:
averagein classAggregatorSet<Double>
-
cardinality
Description copied from class:AggregatorSetCount of non-zero elements- Specified by:
cardinalityin classAggregatorSet<Double>
-
largest
Description copied from class:AggregatorSetLargest absolute value- Specified by:
largestin classAggregatorSet<Double>
-
maximum
Description copied from class:AggregatorSetMax value- Specified by:
maximumin classAggregatorSet<Double>
-
minimum
Description copied from class:AggregatorSetMin value- Specified by:
minimumin classAggregatorSet<Double>
-
norm1
Description copied from class:AggregatorSetSum of absolute values- Specified by:
norm1in classAggregatorSet<Double>
-
norm2
Description copied from class:AggregatorSetSquare root of sum of squared values- Specified by:
norm2in classAggregatorSet<Double>
-
product
Description copied from class:AggregatorSetRunning product- Specified by:
productin classAggregatorSet<Double>
-
product2
Description copied from class:AggregatorSetRunning product of squares- Specified by:
product2in classAggregatorSet<Double>
-
smallest
Description copied from class:AggregatorSetSmallest non-zero absolute value- Specified by:
smallestin classAggregatorSet<Double>
-
sum
Description copied from class:AggregatorSetRunning sum- Specified by:
sumin classAggregatorSet<Double>
-
sum2
Description copied from class:AggregatorSetRunning sum of squares- Specified by:
sum2in classAggregatorSet<Double>
-