Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | check_stdvector_matrix (const MatrixType &m) |
template<typename QuaternionType > | |
void | check_stdvector_quaternion (const QuaternionType &) |
template<typename TransformType > | |
void | check_stdvector_transform (const TransformType &) |
EIGEN_DECLARE_TEST (stdvector_overload) | |
void check_stdvector_matrix | ( | const MatrixType & | m | ) |
Definition at line 29 of file stdvector_overload.cpp.
void check_stdvector_quaternion | ( | const QuaternionType & | ) |
Definition at line 100 of file stdvector_overload.cpp.
void check_stdvector_transform | ( | const TransformType & | ) |
Definition at line 65 of file stdvector_overload.cpp.
EIGEN_DECLARE_TEST | ( | stdvector_overload | ) |
Definition at line 134 of file stdvector_overload.cpp.