template<class LHS, class RHS>
Rodin::Variational::Division class

Represents the division operation.

Template parameters
LHS Type of left hand side operand
RHS Type of right hand side operand

Represents the following mathematical expression:

\[ \text{LHS} \div \text{RHS} \]