Re: [eigen] Convert 1x1 matrix to internal type?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


This, is really a dot product... a.dot(b)*c;

Actually, i think most of the time, when someone wants to cast a 1x1 matrix to a scalar, he missed a dot product somewhere.

And i'm against such an automatic casting as well.

regards,

Thomas

--

Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>

http://www.freehackers.org/thomas

On Tuesday 21 September 2010 20:21:44 Christoph Hertzberg wrote:

>   Eigen::Vector3d a, b, c;

>   a.transpose() * b * c;

>

> or only explicitly:

>

>   double(a.transpose()*b) * c;



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/