Package | Description |
---|---|
org.ojalgo.function | |
org.ojalgo.function.constant |
Modifier and Type | Field and Description |
---|---|
static BigFunction.Unary |
BigFunction.ABS
Deprecated.
v48 Use
BigMath.ABS instead |
static BigFunction.Unary |
BigFunction.ACOS
Deprecated.
v48 Use
BigMath.ACOS instead |
static BigFunction.Unary |
BigFunction.ACOSH
Deprecated.
v48 Use
BigMath.ACOSH instead |
static BigFunction.Unary |
BigFunction.ASIN
Deprecated.
v48 Use
BigMath.ASIN instead |
static BigFunction.Unary |
BigFunction.ASINH
Deprecated.
v48 Use
BigMath.ASINH instead |
static BigFunction.Unary |
BigFunction.ATAN
Deprecated.
v48 Use
BigMath.ATAN instead |
static BigFunction.Unary |
BigFunction.ATANH
Deprecated.
v48 Use
BigMath.ATANH instead |
static BigFunction.Unary |
BigFunction.CARDINALITY
Deprecated.
v48 Use
BigMath.CARDINALITY instead |
static BigFunction.Unary |
BigFunction.CBRT
Deprecated.
v48 Use
BigMath.CBRT instead |
static BigFunction.Unary |
BigFunction.CEIL
Deprecated.
v48 Use
BigMath.CEIL instead |
static BigFunction.Unary |
BigFunction.CONJUGATE
Deprecated.
v48 Use
BigMath.CONJUGATE instead |
static BigFunction.Unary |
BigFunction.COS
Deprecated.
v48 Use
BigMath.COS instead |
static BigFunction.Unary |
BigFunction.COSH
Deprecated.
v48 Use
BigMath.COSH instead |
static BigFunction.Unary |
BigFunction.EXP
Deprecated.
v48 Use
BigMath.EXP instead |
static BigFunction.Unary |
BigFunction.EXPM1
Deprecated.
v48 Use
BigMath.EXPM1 instead |
static BigFunction.Unary |
BigFunction.FLOOR
Deprecated.
v48 Use
BigMath.FLOOR instead |
static BigFunction.Unary |
BigFunction.INVERT
Deprecated.
v48 Use
BigMath.INVERT instead |
static BigFunction.Unary |
BigFunction.LOG
Deprecated.
v48 Use
BigMath.LOG instead |
static BigFunction.Unary |
BigFunction.LOG10
Deprecated.
v48 Use
BigMath.LOG10 instead |
static BigFunction.Unary |
BigFunction.LOG1P
Deprecated.
v48 Use
BigMath.LOG1P instead |
static BigFunction.Unary |
BigFunction.LOGISTIC
Deprecated.
v48 Use
BigMath.LOGISTIC instead |
static BigFunction.Unary |
BigFunction.LOGIT
Deprecated.
v48 Use
BigMath.LOGIT instead |
static BigFunction.Unary |
BigFunction.NEGATE
Deprecated.
v48 Use
BigMath.NEGATE instead |
static BigFunction.Unary |
BigFunction.RINT
Deprecated.
v48 Use
BigMath.RINT instead |
static BigFunction.Unary |
BigFunction.SIGNUM
Deprecated.
v48 Use
BigMath.SIGNUM instead |
static BigFunction.Unary |
BigFunction.SIN
Deprecated.
v48 Use
BigMath.SIN instead |
static BigFunction.Unary |
BigFunction.SINH
Deprecated.
v48 Use
BigMath.SINH instead |
static BigFunction.Unary |
BigFunction.SQRT
Deprecated.
v48 Use
BigMath.SQRT instead |
static BigFunction.Unary |
BigFunction.SQRT1PX2
Deprecated.
v48 Use
BigMath.SQRT1PX2 instead |
static BigFunction.Unary |
BigFunction.TAN
Deprecated.
v48 Use
BigMath.TAN instead |
static BigFunction.Unary |
BigFunction.TANH
Deprecated.
v48 Use
BigMath.TANH instead |
static BigFunction.Unary |
BigFunction.VALUE
Deprecated.
v48 Use
BigMath.VALUE instead |
Modifier and Type | Method and Description |
---|---|
BigFunction.Unary |
BigFunction.enforce(NumberContext context) |
Copyright © 2019 Optimatika. All rights reserved.