org.ojalgo.array.visitor
Class ComplexVisitor

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

public abstract class ComplexVisitor
extends Object


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

ZERO_ABS_MAX

public static final ThreadLocal<Aggregator<ComplexNumber>> ZERO_ABS_MAX

ZERO_ADD

public static final ThreadLocal<Aggregator<ComplexNumber>> ZERO_ADD

ZERO_NORM_ADD

public static final ThreadLocal<ParameterAggregator<ComplexNumber>> ZERO_NORM_ADD