math::DotProduct< I, Vector, Scalar > Struct Template Reference
[Concepts]
Concept DotProduct.
More...
#include <vector_concepts.hpp>
List of all members.
Detailed Description
template<typename I, typename Vector, typename Scalar = typename Vector::value_type>
struct math::DotProduct< I, Vector, Scalar >
Concept DotProduct.
Semantic requirements of dot product. The dot product is a specific inner product.
- Parameters:
-
| I | Norm functor |
| Vector | The the type of a vector or a collection |
| Scalar | The scalar over which the vector field is defined |
- Refinement of:
-
The documentation for this struct was generated from the following file: