eigen/test/bug1213.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
149 B
C
Raw Normal View History

2016-05-18 20:03:03 +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);