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