Contains classes for computing the absolute value function.
More...
|
| class | Input |
| | Input objects for the absolute value function More...
|
| |
| class | Result |
| | Result obtained with the compute() method of the absolute value function in the batch processing mode More...
|
| |
Available identifiers of input objects for the absolute value function
| Enumerator |
|---|
| data |
Input data table
|
Computation methods for computing the absolute value function
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method.
|
| fastCSR |
Fast: performance-oriented method. Works with Compressed Sparse Rows(CSR) numeric tables
|
Available identifiers of the result of the absolute value function
| Enumerator |
|---|
| value |
Table to store the result
|