blob: 040e5a470d3a3e005d24ec52089a1e4aa89bc1b3 [file] [log] [blame]
Austin Schuh189376f2018-12-20 22:11:15 +11001
2#include <Eigen/Core>
3
4template<typename T, int dim>
5bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
6
7bool bug1213_1(const Eigen::Vector3f& x);
8