public final class MLCArithmeticOperation
extends java.lang.Object
The list of supported arithmetic operations.
| Modifier and Type | Field and Description |
|---|---|
static int |
Acos
An operation that calculates the elementwise inverse cosine of its inputs.
|
static int |
Acosh
An operation that calculates the elementwise inverse hyperbolic cosine of its inputs.
|
static int |
Add
An operation that calculates the elementwise sum of its two inputs.
|
static int |
Asin
An operation that calculates the elementwise inverse sine of its inputs.
|
static int |
Asinh
An operation that calculates the elementwise inverse hyperbolic sine of its inputs.
|
static int |
Atan
An operation that calculates the elementwise inverse tangent of its inputs.
|
static int |
Atanh
An operation that calculates the elementwise inverse hyperbolic tangent of its inputs.
|
static int |
Ceil
An operation that calculates the elementwise ceiling of its inputs.
|
static int |
Cos
An operation that calculates the elementwise cosine of its inputs.
|
static int |
Cosh
An operation that calculates the elementwise hyperbolic cosine of its inputs.
|
static int |
Count
Must be last
|
static int |
Divide
An operation that calculates the elementwise division of its two inputs.
|
static int |
DivideNoNaN
An operations that calculates the elementwise division of its two inputs.
|
static int |
Exp
An operation that calculates the elementwise result of e raised to the power of its input.
|
static int |
Exp2
An operation that calculates the elementwise result of 2 raised to the power of its input.
|
static int |
Floor
An operation that calculates the elementwise floor of its two inputs.
|
static int |
Log
An operation that calculates the elementwise natural logarithm of its input.
|
static int |
Log2
An operation that calculates the elementwise base 2 logarithm of its input.
|
static int |
Max
An operations that calculates the elementwise max of two inputs.
|
static int |
Min
An operation that calculates the elementwise min of two inputs.
|
static int |
Multiply
An operation that calculates the elementwise product of its two inputs.
|
static int |
MultiplyNoNaN
An operation that calculates the elementwise product of its two inputs.
|
static int |
Pow
An operation that calculates the elementwise first input raised to the power of its second input.
|
static int |
Round
An operation that calculates the elementwise round of its inputs.
|
static int |
Rsqrt
An operation that calculates the elementwise reciprocal of the square root of its inputs.
|
static int |
Sin
An operation that calculates the elementwise sine of its inputs.
|
static int |
Sinh
An operation that calculates the elementwise hyperbolic sine of its inputs.
|
static int |
Sqrt
An operation that calculates the elementwise square root of its inputs.
|
static int |
Subtract
An operation that calculates the elementwise difference of its two inputs.
|
static int |
Tan
An operation that calculates the elementwise tangent of its inputs.
|
static int |
Tanh
An operation that calculates the elementwise hyperbolic tangent of its inputs.
|
public static final int Add
public static final int Subtract
public static final int Multiply
public static final int Divide
public static final int Floor
public static final int Round
public static final int Ceil
public static final int Sqrt
public static final int Rsqrt
public static final int Sin
public static final int Cos
public static final int Tan
public static final int Asin
public static final int Acos
public static final int Atan
public static final int Sinh
public static final int Cosh
public static final int Tanh
public static final int Asinh
public static final int Acosh
public static final int Atanh
public static final int Pow
public static final int Exp
public static final int Exp2
public static final int Log
public static final int Log2
public static final int MultiplyNoNaN
public static final int DivideNoNaN
public static final int Min
public static final int Max
public static final int Count