mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/test/bug1213.h

9 lines
147 B
C
Raw Normal View History

2025-01-04 01:25:05 +01: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);