From 35f7829af10c61e33dd2e2a7a015058e11a11ea0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 14:17:07 +0100 Subject: update --- eigen/test/bug1213.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 eigen/test/bug1213.h (limited to 'eigen/test/bug1213.h') diff --git a/eigen/test/bug1213.h b/eigen/test/bug1213.h new file mode 100644 index 0000000..040e5a4 --- /dev/null +++ b/eigen/test/bug1213.h @@ -0,0 +1,8 @@ + +#include + +template +bool bug1213_2(const Eigen::Matrix& x); + +bool bug1213_1(const Eigen::Vector3f& x); + -- cgit v1.2.3