Re: [eigen] no matching function for call to 'abs(const float&)' |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Hi Numo, You could try to see if abs() really supports floating point arguments in your system. For example if this small code compiles fine then you shouldn’t have any issues compiling the Eigen code. The other option may be is to define a custom version of abs() in the namespace std. Best, Sree Sreekumar Thaithara Balan Research Associate in Cosmology University College London Email:sbalan@star.ucl.ac.uk Phone:+44 (0)20 7679 4349
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |