Generic class dot which provides a static compute method. This class is specialized for different types of vectors and backend, providing a mean to deal with various vectors directly without having to convert.
Public 类型 | |
| typedef Vector::Scalar | T |
静态 Public 成员函数 | |
| static T | compute (Vector a, Vector b) |
|
static |
Method that computes the dot product
| a | first vector |
| b | second vector |