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