template<class Operand>
Abs class
Represents the absolute value of a value.
| Template parameters | |
|---|---|
| Operand | Type of operand |
Represents the following mathematical expression:
where Operand represents a scalar function.