[eigen] Inverse Scaling Bug?

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


Should line 123 of Scaling.h be changed from:

 

return Scaling(coeffs.cwise().inverse());

 

to:

 

return Scaling(coeffs().cwise().inverse());

 

??

 

Thanks,

-Ben



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