SHOGUN
4.2.0
|
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 Types | |
typedef Vector::Scalar | T |
Static Public Member Functions | |
static T | compute (Vector a, Vector b) |
|
static |
Method that computes the dot product
a | first vector |
b | second vector |