Re: [eigen] 3.3-alpha1 released! |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi Gael,
The following code does not compile using Visual Studio 2015 and the
current tip (2a591c7d6739 at the moment of writing):
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
int main()
{
Eigen::Matrix4d::Identity().lu()
.solve(Eigen::Vector3d::Ones().homogeneous()).hnormalized();
}
The error output follows.
Best,
Sergiu
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |