Computes absolute value function in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs the absolute value function by copying input objects of another absolute value function
- Parameters
-
context | Context to manage the absolute value function |
other | An function to be used as the source to initialize the input objects of the function |
◆ Batch() [2/2]
Constructs the absolute value function
- Parameters
-
context | Context to manage the absolute value function |
cls | Data type to use in intermediate computations for the absolute value function, Double.class or Float.class |
method | The absolute value function computation method, Method |
◆ clone()
Returns the newly allocated absolute value function with a copy of input objects of this absolute value function
- Parameters
-
context | Context to manage the absolute value function |
- Returns
- The newly allocated function
◆ compute()
Computes the absolute value function
- Returns
- The absolute value function result
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the result of the absolute value function
- Parameters
-
result | Structure to store the result of the absolute value function |
◆ input
◆ method
Computation method for the function
The documentation for this class was generated from the following file: