org.ojalgo.function.aggregator
Class ComplexAggregator
java.lang.Object
org.ojalgo.function.aggregator.ComplexAggregator
public abstract class ComplexAggregator
- extends Object
CARDINALITY
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> CARDINALITY
LARGEST
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> LARGEST
NORM1
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> NORM1
NORM2
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> NORM2
PRODUCT
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> PRODUCT
PRODUCT2
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> PRODUCT2
SMALLEST
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SMALLEST
SUM
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SUM
SUM2
public static final ThreadLocal<AggregatorFunction<ComplexNumber>> SUM2
getCollection
public static AggregatorCollection<ComplexNumber> getCollection()