aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/bug1213.h
blob: 040e5a470d3a3e005d24ec52089a1e4aa89bc1b3 (plain)
1
2
3
4
5
6
7
8

#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);