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

Represents the dot product between two objects.

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

Represents the following mathematical expression:

\[ \mathrm{LHS} : \mathrm{RHS} \]

known as the dot product; the algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors), and returns a single number.