org.ojalgo.function.implementation
Class ComplexFunction

java.lang.Object
  extended by org.ojalgo.function.implementation.ComplexFunction

public abstract class ComplexFunction
extends Object


Field Summary
static UnaryFunction<ComplexNumber> ABS
           
static UnaryFunction<ComplexNumber> ACOS
           
static UnaryFunction<ComplexNumber> ACOSH
           
static BinaryFunction<ComplexNumber> ADD
           
static UnaryFunction<ComplexNumber> ASIN
           
static UnaryFunction<ComplexNumber> ASINH
           
static UnaryFunction<ComplexNumber> ATAN
           
static UnaryFunction<ComplexNumber> ATANH
           
static UnaryFunction<ComplexNumber> CARDINALITY
           
static UnaryFunction<ComplexNumber> CONJUGATE
           
static UnaryFunction<ComplexNumber> COS
           
static UnaryFunction<ComplexNumber> COSH
           
static BinaryFunction<ComplexNumber> DIVIDE
           
static UnaryFunction<ComplexNumber> EXP
           
static BinaryFunction<ComplexNumber> HYPOT
           
static UnaryFunction<ComplexNumber> INVERT
           
static UnaryFunction<ComplexNumber> LOG
           
static BinaryFunction<ComplexNumber> MAX
           
static BinaryFunction<ComplexNumber> MIN
           
static BinaryFunction<ComplexNumber> MULTIPLY
           
static UnaryFunction<ComplexNumber> NEGATE
           
static BinaryFunction<ComplexNumber> POW
           
static ParameterFunction<ComplexNumber> POWER
           
static ParameterFunction<ComplexNumber> ROOT
           
static ParameterFunction<ComplexNumber> SCALE
           
static UnaryFunction<ComplexNumber> SIN
           
static UnaryFunction<ComplexNumber> SINH
           
static UnaryFunction<ComplexNumber> SQRT
           
static BinaryFunction<ComplexNumber> SUBTRACT
           
static UnaryFunction<ComplexNumber> TAN
           
static UnaryFunction<ComplexNumber> TANH
           
static UnaryFunction<ComplexNumber> VALUE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABS

public static final UnaryFunction<ComplexNumber> ABS

ACOS

public static final UnaryFunction<ComplexNumber> ACOS

ACOSH

public static final UnaryFunction<ComplexNumber> ACOSH

ADD

public static final BinaryFunction<ComplexNumber> ADD

ASIN

public static final UnaryFunction<ComplexNumber> ASIN

ASINH

public static final UnaryFunction<ComplexNumber> ASINH

ATAN

public static final UnaryFunction<ComplexNumber> ATAN

ATANH

public static final UnaryFunction<ComplexNumber> ATANH

CARDINALITY

public static final UnaryFunction<ComplexNumber> CARDINALITY

CONJUGATE

public static final UnaryFunction<ComplexNumber> CONJUGATE

COS

public static final UnaryFunction<ComplexNumber> COS

COSH

public static final UnaryFunction<ComplexNumber> COSH

DIVIDE

public static final BinaryFunction<ComplexNumber> DIVIDE

EXP

public static final UnaryFunction<ComplexNumber> EXP

HYPOT

public static final BinaryFunction<ComplexNumber> HYPOT

INVERT

public static final UnaryFunction<ComplexNumber> INVERT

LOG

public static final UnaryFunction<ComplexNumber> LOG

MAX

public static final BinaryFunction<ComplexNumber> MAX

MIN

public static final BinaryFunction<ComplexNumber> MIN

MULTIPLY

public static final BinaryFunction<ComplexNumber> MULTIPLY

NEGATE

public static final UnaryFunction<ComplexNumber> NEGATE

POW

public static final BinaryFunction<ComplexNumber> POW

POWER

public static final ParameterFunction<ComplexNumber> POWER

ROOT

public static final ParameterFunction<ComplexNumber> ROOT

SCALE

public static final ParameterFunction<ComplexNumber> SCALE

SIN

public static final UnaryFunction<ComplexNumber> SIN

SINH

public static final UnaryFunction<ComplexNumber> SINH

SQRT

public static final UnaryFunction<ComplexNumber> SQRT

SUBTRACT

public static final BinaryFunction<ComplexNumber> SUBTRACT

TAN

public static final UnaryFunction<ComplexNumber> TAN

TANH

public static final UnaryFunction<ComplexNumber> TANH

VALUE

public static final UnaryFunction<ComplexNumber> VALUE