image_framework_ymj/include/eigen3/test/bug1213.h

9 lines
147 B
C
Raw Normal View History

2024-12-06 16:25:16 +08:00
#include <Eigen/Core>
template<typename T, int dim>
bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
bool bug1213_1(const Eigen::Vector3f& x);