Specialization of generic vector_sum for the Eigen3 backend.
在文件 VectorSum.h 第 84 行定义.
Public 类型 | |
typedef Vector::Scalar | T |
静态 Public 成员函数 | |
static T | compute (SGVector< T > vec) |
typedef Vector::Scalar T |
在文件 VectorSum.h 第 86 行定义.
Method that computes the sum of SGVectors using Eigen3
a | vector whose sum has to be computed |
在文件 VectorSum.h 第 94 行定义.