public final class ComplexAggregator extends AggregatorSet<ComplexNumber>
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
AVERAGE |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
CARDINALITY |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
LARGEST |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
MAX |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
MIN |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
NORM1 |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
NORM2 |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
PRODUCT |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
PRODUCT2 |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
SMALLEST |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
SUM |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
SUM2 |
| Modifier and Type | Method and Description |
|---|---|
AggregatorFunction<ComplexNumber> |
average()
Average value
|
AggregatorFunction<ComplexNumber> |
cardinality()
Count of non-zero elements
|
static ComplexAggregator |
getSet() |
AggregatorFunction<ComplexNumber> |
largest()
Largest absolute value
|
AggregatorFunction<ComplexNumber> |
maximum()
Max value
|
AggregatorFunction<ComplexNumber> |
minimum()
Min value
|
AggregatorFunction<ComplexNumber> |
norm1()
Equivalent to, but probably faster than, norm(1);
|
AggregatorFunction<ComplexNumber> |
norm2()
Equivalent to, but probably faster than, norm(2);
|
AggregatorFunction<ComplexNumber> |
product()
Running product
|
AggregatorFunction<ComplexNumber> |
product2()
Running product of squares
|
AggregatorFunction<ComplexNumber> |
smallest()
Smallest non-zero absolute value
|
AggregatorFunction<ComplexNumber> |
sum()
Running sum
|
AggregatorFunction<ComplexNumber> |
sum2()
Running sum of squares
|
getpublic static final ThreadLocal<AggregatorFunction<ComplexNumber>> AVERAGE
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> CARDINALITY
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> LARGEST
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> MAX
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> MIN
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> NORM1
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> NORM2
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> PRODUCT
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> PRODUCT2
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SMALLEST
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SUM
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SUM2
public static ComplexAggregator getSet()
public AggregatorFunction<ComplexNumber> average()
AggregatorSetaverage in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> cardinality()
AggregatorSetcardinality in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> largest()
AggregatorSetlargest in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> maximum()
AggregatorSetmaximum in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> minimum()
AggregatorSetminimum in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> norm1()
AggregatorSetnorm1 in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> norm2()
AggregatorSetnorm2 in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> product()
AggregatorSetproduct in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> product2()
AggregatorSetproduct2 in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> smallest()
AggregatorSetsmallest in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> sum()
AggregatorSetsum in class AggregatorSet<ComplexNumber>public AggregatorFunction<ComplexNumber> sum2()
AggregatorSetsum2 in class AggregatorSet<ComplexNumber>Copyright © 2018 Optimatika. All rights reserved.