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

Represents the dot product between two objects.

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.