• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #include <Eigen/Core>
3 
4 template<typename T, int dim>
5 bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
6 
7 bool bug1213_1(const Eigen::Vector3f& x);
8 
9