Re: [eigen] matrix exponential with c++0x |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] matrix exponential with c++0x
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 30 Nov 2009 10:10:30 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8OlgIqw5Psj2Pgy7aHtqPXVqimAsi3PIsuyZ2iVlTxM=; b=pfBDvDZjLpqbmgPZDxnnMd8PcX+ApldgdW3uw/OOYbdl3t/B8o8ZyorZSUcMO0iUqg Zb6FvqH1nwVMeWXfoDitZUE+XkSHCzqPRcNnbM33Jfz5pW0IBKGokETuMviTtItu7tcw b2y6+QaG7sAKI3L3ohZAfpqDM9ksnTlONLeeY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WSihBcoK8UliQdzifkDS3cnOX5EEWA8Oym+In3Xc8Rdfh8BCkLUp/24JVgCAjV77c6 nuQlrzPMchbm55/9FhdE98FF8g1iD/Paih7oVOQ7VseuwP91tCPIDycnsn9ljwMqqvlk 3XpyTExxFTWHsiE5KaUaG5F+w4DJQhsS2P+mo=
2009/11/30 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> On Mon, Nov 30, 2009 at 2:37 PM, mmoll <Markus.Moll@xxxxxxxxxxxxxxxx> wrote:
>>
>> Hi
>>
>> Quoting Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
>>
>> > First, M_LOG2_E suddenly was not defined anymore so I added
>> >
>> > #if defined(log2) && !defined(M_LOG2_E)
>> > #define M_LOG2_E 0.693147180559945309417
>> > #endif
>>
>> As far as I know, M_LOG2_E was never standard? (not mentioned in C++98
>> or C99)
>
> Can you cite the exact draft and versions you have been looking at? I cannot
> even find M_PI.
>
> I was just looking since I found M_PIl (the last letter is an L for long) in
> one of our tests and as with M_LOG2_E it is not defined over here...
Everybody: Do *not* click on the following links,
http://download.tuxfamily.org/eigen/Cxx98.pdf
http://download.tuxfamily.org/eigen/Cxx03.pdf
as that *might* trigger an unauthorized download of copyrighted
material, which would obviously have the effect of putting the ISO out
of business and halting all further development of the C++ language
specification.
Thanks for your attention,
your friendly copyright enforcement agent.