eigen2/eigen2_adjoint_5 test fails (eigen2support)
Submitted by Benoit Jacob
Assigned to Nobody
Link to original bugzilla bug (#205)
Operating system: Linux
Description
Test adjoint(MatrixXi(8, 12)) failed in "/home/bjacob/eigen/test/eigen2/eigen2_adjoint.cpp" (71)
test_ei_isApprox(ei_abs(v1.eigen2_dot(v1)), v1.squaredNorm())
seems to fail here for all seeds.
note this is is a eigen2support test. You need to enable it with
cmake -DEIGEN_TEST_EIGEN2=ON