SHOGUN
4.2.0
|
Generic class vector_sum 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.
Definition at line 65 of file VectorSum.h.
Public Types | |
typedef Vector::Scalar | T |
Static Public Member Functions | |
static T | compute (Vector a) |
typedef Vector::Scalar T |
Scalar type
Definition at line 68 of file VectorSum.h.
|
static |
Method that computes the vector sum
a | vector whose sum has to be computed |