From 5a71eb598585f0413ed630f5007f3c0295c7ba60 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 May 2016 14:03:03 +0200 Subject: Big 1213: add regression unit test. --- test/bug1213.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/bug1213.h (limited to 'test/bug1213.h') diff --git a/test/bug1213.h b/test/bug1213.h new file mode 100644 index 000000000..040e5a470 --- /dev/null +++ b/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