Re: [eigen] Eigen::FFT and Eigen::Complex in repo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen::FFT and Eigen::Complex in repo
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Oct 2009 11:12:24 -0400
- 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=3dix7VpBKhHguAn+hHCaYX688g5V9kGvZuDso2OjsqU=; b=h9pi/UQ0b6ID2OcC1NsvmBqi5CdTBG1ky9UMEGaJIk5knvlZBmw6kBSO9pn6Oz4i8w 6c/qCMUKnU2u4xqEf0jbyPH4GINvqvexAKSBrr4BeW0iWVvawsbG94M2WFcPZ1GGQsYz v/pSf57FOY9FS5mx7caSgABrRW3ogyJ0xz8C8=
- 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=sLqLhtNMKzilRpYbpqmgHubVZUOL27fGsOUD6VzsG3ne6sq4ORUBIDfXyxIZNa6A1Z ivCZvESiop8ndYlQHkt8b7ABFbXgiMB9iKrN6YzqDVHcZxu2Yc733vrdl/BT/2CTtzEU u1DPbjYsIDhLZFVzxvKPyTlwroiBdDmqJ6Zfk=
2009/10/21 Rohit Garg <rpg.314@xxxxxxxxx>:
> On Wed, Oct 21, 2009 at 7:45 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>
>> For example we're soon going to replace namespace Eigen to "ei" and
>> now it pays off to have centralized that.
>
> Please no. Eigen is so much better than "ei" :| AFAIK, major c++
> libraries (apart from perhaps the stl) avoid unix like naming
> conventions :)
Here are 2 big reasons why ei is better:
* Eigen::Vector3f was bad because it sounded like "eigenvector".
* Eigen with the capital letter was cumbersome to type on the
keyboard, ei will just be more convenient.
Benoit