#include <Eigen/Core>
Go to the source code of this file.
Functions | |
bool | bug1213_1 (const Eigen::Vector3f &x) |
template<typename T , int dim> | |
bool | bug1213_2 (const Eigen::Matrix< T, dim, 1 > &x) |
bool bug1213_1 | ( | const Eigen::Vector3f & | x | ) |
Definition at line 9 of file bug1213.cpp.
bool bug1213_2 | ( | const Eigen::Matrix< T, dim, 1 > & | x | ) |
Definition at line 13 of file bug1213_main.cpp.