AggregatorFunction<RationalNumber> |
RationalAggregator.average() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.average() |
abstract AggregatorFunction<N> |
AggregatorSet.average()
Average value
|
AggregatorFunction<Double> |
PrimitiveAggregator.average() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.average() |
AggregatorFunction<BigDecimal> |
BigAggregator.average() |
AggregatorFunction<RationalNumber> |
RationalAggregator.cardinality() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.cardinality() |
abstract AggregatorFunction<N> |
AggregatorSet.cardinality()
Count of non-zero elements
|
AggregatorFunction<Double> |
PrimitiveAggregator.cardinality() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.cardinality() |
AggregatorFunction<BigDecimal> |
BigAggregator.cardinality() |
AggregatorFunction<N> |
AggregatorSet.get(Aggregator aggregator) |
<N extends Number> AggregatorFunction<N> |
Aggregator.getFunction(AggregatorSet<N> collection) |
AggregatorFunction<RationalNumber> |
RationalAggregator.largest() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.largest() |
abstract AggregatorFunction<N> |
AggregatorSet.largest()
Largest absolute value
|
AggregatorFunction<Double> |
PrimitiveAggregator.largest() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.largest() |
AggregatorFunction<BigDecimal> |
BigAggregator.largest() |
AggregatorFunction<RationalNumber> |
RationalAggregator.maximum() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.maximum() |
abstract AggregatorFunction<N> |
AggregatorSet.maximum()
Max value
|
AggregatorFunction<Double> |
PrimitiveAggregator.maximum() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.maximum() |
AggregatorFunction<BigDecimal> |
BigAggregator.maximum() |
AggregatorFunction<RationalNumber> |
RationalAggregator.minimum() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.minimum() |
abstract AggregatorFunction<N> |
AggregatorSet.minimum()
Min value
|
AggregatorFunction<Double> |
PrimitiveAggregator.minimum() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.minimum() |
AggregatorFunction<BigDecimal> |
BigAggregator.minimum() |
AggregatorFunction<RationalNumber> |
RationalAggregator.norm1() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.norm1() |
abstract AggregatorFunction<N> |
AggregatorSet.norm1()
Equivalent to, but probably faster than, norm(1);
|
AggregatorFunction<Double> |
PrimitiveAggregator.norm1() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.norm1() |
AggregatorFunction<BigDecimal> |
BigAggregator.norm1() |
AggregatorFunction<RationalNumber> |
RationalAggregator.norm2() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.norm2() |
abstract AggregatorFunction<N> |
AggregatorSet.norm2()
Equivalent to, but probably faster than, norm(2);
|
AggregatorFunction<Double> |
PrimitiveAggregator.norm2() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.norm2() |
AggregatorFunction<BigDecimal> |
BigAggregator.norm2() |
AggregatorFunction<RationalNumber> |
RationalAggregator.product() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.product() |
abstract AggregatorFunction<N> |
AggregatorSet.product()
Running product
|
AggregatorFunction<Double> |
PrimitiveAggregator.product() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.product() |
AggregatorFunction<BigDecimal> |
BigAggregator.product() |
AggregatorFunction<RationalNumber> |
RationalAggregator.product2() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.product2() |
abstract AggregatorFunction<N> |
AggregatorSet.product2()
Running product of squares
|
AggregatorFunction<Double> |
PrimitiveAggregator.product2() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.product2() |
AggregatorFunction<BigDecimal> |
BigAggregator.product2() |
AggregatorFunction<N> |
AggregatorFunction.reset() |
AggregatorFunction<RationalNumber> |
RationalAggregator.smallest() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.smallest() |
abstract AggregatorFunction<N> |
AggregatorSet.smallest()
Smallest non-zero absolute value
|
AggregatorFunction<Double> |
PrimitiveAggregator.smallest() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.smallest() |
AggregatorFunction<BigDecimal> |
BigAggregator.smallest() |
AggregatorFunction<RationalNumber> |
RationalAggregator.sum() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.sum() |
abstract AggregatorFunction<N> |
AggregatorSet.sum()
Running sum
|
AggregatorFunction<Double> |
PrimitiveAggregator.sum() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.sum() |
AggregatorFunction<BigDecimal> |
BigAggregator.sum() |
AggregatorFunction<RationalNumber> |
RationalAggregator.sum2() |
AggregatorFunction<ComplexNumber> |
ComplexAggregator.sum2() |
abstract AggregatorFunction<N> |
AggregatorSet.sum2()
Running sum of squares
|
AggregatorFunction<Double> |
PrimitiveAggregator.sum2() |
AggregatorFunction<Quaternion> |
QuaternionAggregator.sum2() |
AggregatorFunction<BigDecimal> |
BigAggregator.sum2() |