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

Extracts the imaginary part of a complex-valued function.

Template parameters
Operand Type of the operand function

For a complex function $ f: \Omega \to \mathbb{C} $ with $ f(x) = u(x) + iv(x) $ , this operator extracts the imaginary part:

\[ \text{Im}(f)(x) = v(x) \in \mathbb{R} \]