org.ojalgo.function.aggregator
Class ComplexAggregator

java.lang.Object
  extended by org.ojalgo.function.aggregator.ComplexAggregator

public abstract class ComplexAggregator
extends Object


Field Summary
static ThreadLocal<AggregatorFunction<ComplexNumber>> CARDINALITY
           
static ThreadLocal<AggregatorFunction<ComplexNumber>> LARGEST
           
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
           
 
Method Summary
static AggregatorCollection<ComplexNumber> getCollection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getCollection

public static AggregatorCollection<ComplexNumber> getCollection()