Package org.ojalgo.function.constant
Class ComplexMath
- java.lang.Object
-
- org.ojalgo.function.constant.ComplexMath
-
public abstract class ComplexMath extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ComplexMath()
-
-
-
Field Detail
-
ABS
public static final ComplexFunction.Unary ABS
-
ACOS
public static final ComplexFunction.Unary ACOS
-
ACOSH
public static final ComplexFunction.Unary ACOSH
-
ADD
public static final ComplexFunction.Binary ADD
-
ASIN
public static final ComplexFunction.Unary ASIN
-
ASINH
public static final ComplexFunction.Unary ASINH
-
ATAN
public static final ComplexFunction.Unary ATAN
-
ATAN2
public static final ComplexFunction.Binary ATAN2
-
ATANH
public static final ComplexFunction.Unary ATANH
-
CARDINALITY
public static final ComplexFunction.Unary CARDINALITY
-
CBRT
public static final ComplexFunction.Unary CBRT
-
CEIL
public static final ComplexFunction.Unary CEIL
-
CONJUGATE
public static final ComplexFunction.Unary CONJUGATE
-
COS
public static final ComplexFunction.Unary COS
-
COSH
public static final ComplexFunction.Unary COSH
-
DIVIDE
public static final ComplexFunction.Binary DIVIDE
-
EXP
public static final ComplexFunction.Unary EXP
-
EXPM1
public static final ComplexFunction.Unary EXPM1
-
FLOOR
public static final ComplexFunction.Unary FLOOR
-
HYPOT
public static final ComplexFunction.Binary HYPOT
-
INVERT
public static final ComplexFunction.Unary INVERT
-
LOG
public static final ComplexFunction.Unary LOG
-
LOG10
public static final ComplexFunction.Unary LOG10
-
LOG1P
public static final ComplexFunction.Unary LOG1P
-
LOGISTIC
public static final ComplexFunction.Unary LOGISTIC
-
LOGIT
public static final ComplexFunction.Unary LOGIT
-
MAX
public static final ComplexFunction.Binary MAX
-
MIN
public static final ComplexFunction.Binary MIN
-
MULTIPLY
public static final ComplexFunction.Binary MULTIPLY
-
NEGATE
public static final ComplexFunction.Unary NEGATE
-
POW
public static final ComplexFunction.Binary POW
-
POWER
public static final ComplexFunction.Parameter POWER
-
RINT
public static final ComplexFunction.Unary RINT
-
ROOT
public static final ComplexFunction.Parameter ROOT
-
SCALE
public static final ComplexFunction.Parameter SCALE
-
SIGNUM
public static final ComplexFunction.Unary SIGNUM
-
SIN
public static final ComplexFunction.Unary SIN
-
SINH
public static final ComplexFunction.Unary SINH
-
SQRT
public static final ComplexFunction.Unary SQRT
-
SQRT1PX2
public static final ComplexFunction.Unary SQRT1PX2
-
SUBTRACT
public static final ComplexFunction.Binary SUBTRACT
-
TAN
public static final ComplexFunction.Unary TAN
-
TANH
public static final ComplexFunction.Unary TANH
-
VALUE
public static final ComplexFunction.Unary VALUE
-
-