Re: [eigen] recommended reading for template metaprogramming |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] recommended reading for template metaprogramming
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 23 Jan 2010 13:08:02 -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; bh=StnFzT27xbW7xhniexqm8O+J1G5ki77C637PQJiKM50=; b=Gz106+Ieck4YzhAyMDJiyloUArtBs2WqJWdP3ukLLuAsc+zjl0qFRc0RXq0t7BeBZc TviJTYwfC90CVVe0KIvl0sHseAzdHEQLOx9R3ib0U9gx2Q6zE7my1hDBMvrZ6JzGRBCn wpIii9xpFCF+d69KopTcFWD7Blw/rrimBgCCk=
- 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; b=wdRnwKO9yt6+l27LdFJ+Dky3GQa7selZDJECQ2eA3duuU/4HfCaQiQgu9vLy4or4eX CLuDEqdEjniQL9MY6ndSNGHDTAE43LrL9XQKwiIiBfiAs6B1+sZDCTAPiHnNBa5jpTrT 5AnZrzMgNfbDPpXt6L/XZniGGUoGcMzcpBrvc=
Thomas asked a similar question on this list on Jan. 13, see replies
by Hauke and me for examples in eigen source code ;)
Benoit
2010/1/23 Aron Ahmadia <aja2111@xxxxxxxxxxxx>:
> Hi Mark,
>
> I'm admittedly quite a novice to template metaprogramming, but I've
> been carrying around:
>
> "C++ Template Metaprogramming: Concepts, Tools and Techniques from
> Boost and Beyond"
>
> by David Abrahams and Aleksey Gurtovoy around in my backpack lately.
> I also really like the book that was recommended a few days ago on
> this list:
>
> "C++ Templates: The Complete Guide"
>
> by David Vandevoorde, and Nicolai Josuttis
>
> I would take a look at both and see which one fits your style better.
>
> A
>
> On Sat, Jan 23, 2010 at 4:22 PM, Mark Borgerding <mark@xxxxxxxxxxxxxx> wrote:
>> I began to learn C++ 15 years ago and at some later point stopped ravenously
>> devouring books and magazine articles on the subject. Since then, the
>> landscape has changed considerably.
>>
>> I find myself a bit confused by some (probably all) of the idioms in
>> template metaprogramming.
>>
>> What is a recommended book/website that explains the mechanics and rationale
>> behind some of them?
>>
>> -- Mark
>>
>>
>>
>>
>>
>
>
>