template<class Operand>
Rodin::Variational::Abs class

Represents the absolute value of a value.

Template parameters
Operand Type of operand

Represents the following mathematical expression:

\[ | \ \text{Operand} \ | \]

where Operand represents a scalar function.