Package | Description |
---|---|
org.ojalgo.function | |
org.ojalgo.function.constant |
Modifier and Type | Field and Description |
---|---|
static BigFunction.Binary |
BigFunction.ADD
Deprecated.
v48 Use
BigMath.ADD instead |
static BigFunction.Binary |
BigFunction.ATAN2
Deprecated.
v48 Use
BigMath.ATAN2 instead |
static BigFunction.Binary |
BigFunction.DIVIDE
Deprecated.
v48 Use
BigMath.DIVIDE instead |
static BigFunction.Binary |
BigFunction.HYPOT
Deprecated.
v48 Use
BigMath.HYPOT instead |
static BigFunction.Binary |
BigFunction.MAX
Deprecated.
v48 Use
BigMath.MAX instead |
static BigFunction.Binary |
BigFunction.MIN
Deprecated.
v48 Use
BigMath.MIN instead |
static BigFunction.Binary |
BigFunction.MULTIPLY
Deprecated.
v48 Use
BigMath.MULTIPLY instead |
static BigFunction.Binary |
BigFunction.POW
Deprecated.
v48 Use
BigMath.POW instead |
static BigFunction.Binary |
BigFunction.SUBTRACT
Deprecated.
v48 Use
BigMath.SUBTRACT instead |
Modifier and Type | Field and Description |
---|---|
static BigFunction.Binary |
BigMath.ADD |
static BigFunction.Binary |
BigMath.ATAN2 |
static BigFunction.Binary |
BigMath.DIVIDE |
static BigFunction.Binary |
BigMath.HYPOT |
static BigFunction.Binary |
BigMath.MAX |
static BigFunction.Binary |
BigMath.MIN |
static BigFunction.Binary |
BigMath.MULTIPLY |
static BigFunction.Binary |
BigMath.POW |
static BigFunction.Binary |
BigMath.SUBTRACT |
Copyright © 2019 Optimatika. All rights reserved.