org.ojalgo.array.visitor
Class BigVisitor

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

public abstract class BigVisitor
extends Object


Field Summary
static ThreadLocal<Aggregator<BigDecimal>> ONE_MULTIPLY
           
static ThreadLocal<Aggregator<BigDecimal>> ZERO_ABS_MAX
           
static ThreadLocal<Aggregator<BigDecimal>> ZERO_ADD
           
static ThreadLocal<ParameterAggregator<BigDecimal>> 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<BigDecimal>> ONE_MULTIPLY

ZERO_ABS_MAX

public static final ThreadLocal<Aggregator<BigDecimal>> ZERO_ABS_MAX

ZERO_ADD

public static final ThreadLocal<Aggregator<BigDecimal>> ZERO_ADD

ZERO_NORM_ADD

public static final ThreadLocal<ParameterAggregator<BigDecimal>> ZERO_NORM_ADD