template<class LHS, class RHS>
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:
known as the dot product; the algebraic operation that takes two equal-length sequences of numbers (usually coordinate vectors), and returns a single number.