Re: [eigen] ei_conj not yet declared for ei_conj_if |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] ei_conj not yet declared for ei_conj_if
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 9 Jul 2010 18:04:48 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=aJlaM9xpMMvkdHvN1imkAln0yr3Umi+GP0MUdDuEVYI=; b=TYSt9Nlc/zHwYs+mGMtVJcKOO81bx2lX0EMhm1I0FiC7flubB86fdyzc+o/T2uCSh5 sSCJGWGSayOi5+wG557eWgGjHEV5sAV1cQE7FePv5xwU8K7TAst+Hoj7q7ydAjkD/aNB Nr7OTwP8t1Wgf/c7duiEDXw0iweYjqUb92tZE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=jlmpZBQ10BoW5xWNB1AFozaye011HGwfacVPgQzpM6iC7hVbi/a7LIYIRIE3BVmOMZ 5H7M91U+W+k5d7OeeY3WAEnOtenwSKKFStrL7+Ib9tVr0Tcy+iJyhZ1HSjbDV0I+jT59 e0mw1eAcZXuqiWisqyfLR5o4pqOpswMQF9RG4=
I moved it to a more appropriate file.
gael
On Fri, Jul 9, 2010 at 1:41 PM, Thomas Capricelli <orzel@xxxxxxxxxxxxxxx> wrote:
>
> Hello
>
> In Eigen/src/Core/util/Meta.h, there's the definition of ei_conj_if. Unfortunately, at this stage, ei_conj is not yet defined (in Eigen/Core, Meta.h is included before MathFunctions.h which defines ei_conj.
>
> I guess the right fix is to define ei_conj in util/ForwardDeclarations.h but i dont know how to do it (because there, EIGEN_MATHFUNC_RETVAL does not exist yet)
>
> Well.. this situation is the last blocker so that clang can compile all tests... I can fix it locally with the included patch, but i'm sure it's not the right way.
>
> Thomas
> --
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
> http://www.freehackers.org/thomas
>
>