org.ojalgo.function.aggregator
Class PrimitiveAggregator

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

public abstract class PrimitiveAggregator
extends Object


Field Summary
static ThreadLocal<AggregatorFunction<Double>> CARDINALITY
           
static ThreadLocal<AggregatorFunction<Double>> LARGEST
           
static ThreadLocal<AggregatorFunction<Double>> NORM1
           
static ThreadLocal<AggregatorFunction<Double>> NORM2
           
static ThreadLocal<AggregatorFunction<Double>> PRODUCT
           
static ThreadLocal<AggregatorFunction<Double>> PRODUCT2
           
static ThreadLocal<AggregatorFunction<Double>> SMALLEST
           
static ThreadLocal<AggregatorFunction<Double>> SUM
           
static ThreadLocal<AggregatorFunction<Double>> SUM2
           
 
Method Summary
static AggregatorCollection<Double> 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<Double>> CARDINALITY

LARGEST

public static final ThreadLocal<AggregatorFunction<Double>> LARGEST

NORM1

public static final ThreadLocal<AggregatorFunction<Double>> NORM1

NORM2

public static final ThreadLocal<AggregatorFunction<Double>> NORM2

PRODUCT

public static final ThreadLocal<AggregatorFunction<Double>> PRODUCT

PRODUCT2

public static final ThreadLocal<AggregatorFunction<Double>> PRODUCT2

SMALLEST

public static final ThreadLocal<AggregatorFunction<Double>> SMALLEST

SUM

public static final ThreadLocal<AggregatorFunction<Double>> SUM

SUM2

public static final ThreadLocal<AggregatorFunction<Double>> SUM2
Method Detail

getCollection

public static AggregatorCollection<Double> getCollection()