org.ojalgo.array.visitor
Class PrimitiveVisitor

java.lang.Object
  extended by org.ojalgo.array.visitor.PrimitiveVisitor

public abstract class PrimitiveVisitor
extends Object


Field Summary
static ThreadLocal<Aggregator<Double>> ONE_MULTIPLY
           
static ThreadLocal<Aggregator<Double>> ZERO_ABS_MAX
           
static ThreadLocal<Aggregator<Double>> ZERO_ADD
           
static ThreadLocal<ParameterAggregator<Double>> ZERO_NORM_ADD
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_MULTIPLY

public static final ThreadLocal<Aggregator<Double>> ONE_MULTIPLY

ZERO_ABS_MAX

public static final ThreadLocal<Aggregator<Double>> ZERO_ABS_MAX

ZERO_ADD

public static final ThreadLocal<Aggregator<Double>> ZERO_ADD

ZERO_NORM_ADD

public static final ThreadLocal<ParameterAggregator<Double>> ZERO_NORM_ADD