Uses of Interface
org.ojalgo.function.ComplexFunction.Binary
-
Packages that use ComplexFunction.Binary Package Description org.ojalgo.function.constant -
-
Uses of ComplexFunction.Binary in org.ojalgo.function.constant
Fields in org.ojalgo.function.constant declared as ComplexFunction.Binary Modifier and Type Field Description static ComplexFunction.Binary
ComplexMath. ADD
static ComplexFunction.Binary
ComplexMath. ATAN2
static ComplexFunction.Binary
ComplexMath. DIVIDE
static ComplexFunction.Binary
ComplexMath. HYPOT
static ComplexFunction.Binary
ComplexMath. MAX
static ComplexFunction.Binary
ComplexMath. MIN
static ComplexFunction.Binary
ComplexMath. MULTIPLY
static ComplexFunction.Binary
ComplexMath. POW
static ComplexFunction.Binary
ComplexMath. SUBTRACT
-