bug1213.h 147 B

12345678
  1. #include <Eigen/Core>
  2. template<typename T, int dim>
  3. bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
  4. bool bug1213_1(const Eigen::Vector3f& x);