SHOGUN
4.2.0
|
Specialization of generic vector_sum for the Eigen3 backend.
Definition at line 83 of file VectorSum.h.
Public Types | |
typedef Vector::Scalar | T |
Static Public Member Functions | |
static T | compute (SGVector< T > vec) |
typedef Vector::Scalar T |
Scalar type
Definition at line 86 of file VectorSum.h.
Method that computes the sum of SGVectors using Eigen3
vec | a vector whose sum has to be computed |
Definition at line 94 of file VectorSum.h.