RE: [eigen] no matching function for call to 'abs(const float&)'

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


> And if it's not? Eigen cannot control what has been included before or 
> after Eigen headers and I'm guessing your fix would break as soon as 
> someone uses that code without including cmath first.
> Ilja

I'm pretty much sure it is as I made sure i added #include <cmath> so you are not helping at all.

---
Nuno Marques
Tenente Aluno de Transmissões (Eng)

+351 912 090 991
Azambuja | Portugal

As the creation appears, the path is driven in the conscious feeling of madness and happiness, which returns, in multiple ways, to what we achieve in greatness...

Follow me in:
   

This message and any files herewith attached may contain confidential or privileged information and is intended solely for the use of the entity to which it is addressed. If you receive this message in error, please notify the sender immediately and delete this message and any files attached without copying them in any way.


> Date: Thu, 27 Aug 2015 13:59:32 -0400
> From: ilja.j..honkonen@xxxxxxxx
> To: eigen@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [eigen] no matching function for call to 'abs(const float&)'
>
> > cmath has been included.
> > > > OK, replacing line 44 of Eigen/src/Core/functors/UnaryFunctors..h with:
> > > > EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator()
> > > > (const Scalar& a) const { using std::fabs; return fabs(a); }
> > > Will this work even if cmath hasn't been included at all?
>
> And if it's not? Eigen cannot control what has been included before or
> after Eigen headers and I'm guessing your fix would break as soon as
> someone uses that code without including cmath first.
> Ilja
>
>


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