SHOGUN
4.1.0
|
Specialization of generic vector_sum for the Native backend.
Definition at line 85 of file VectorSum.h.
Public Types | |
typedef Vector::Scalar | T |
Static Public Member Functions | |
static T | compute (SGVector< T > vec) |
static T | compute (T *vec, index_t len) |
typedef Vector::Scalar T |
Scalar type
Definition at line 88 of file VectorSum.h.
Method that computes the sum of SGVectors
vec | a vector whose sum has to be computed |
Definition at line 96 of file VectorSum.h.
Method that computes the sum of SGVectors
vec | a vector whose sum has to be computed |
len | the length of the vector |
Definition at line 109 of file VectorSum.h.