[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] renaming
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 25 Oct 2010 10:53:41 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aNeIT6ggYIUycp+Ggn7Kko5vd7ItP8vilnytP3SrWO0=; b=hjg+S0eo+yUaEHhrkc9I/lBkar7w1qtf2lbEkNWDDjZBDYXsjMaBAiY5qQXvAgmrEu xDNTIXyWUKz467E4OsPqXxjtAw6s8e/LItaXlLRXPFu9FUDJPb5WaXeQL1KKgHYGbKXg UNkFBz7n39yGOiTV37ukeO3RNXtkANFR6WisE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=li0hz8JaICmRD2BglkwsFiVtQcYvv/bJgdLvWZMQMKprt2cLxOen0L/EJIXz8ESDKW JSX7qGsn595Oy7Dv6kEBGf3PpXjZkyW+WcDxR1kzhcHfSUMdUSGyCADKFyMmen2AmoL/ 4+GW5N1csYRBeFoWgraVHRP7m3LqByUTSIxhU=
Hi List,
This is to inform you of some recent renaming. Most importantly:
* all the ei_ prefixed internal stuff has been moved to a new
internal:: nested namespace, and the ei_ prefixes have been dropped.
See bug 86.
* the ei_assert macro is renamed to eigen_assert
* DenseStorageBase is renamed to PlainObjectBase.
This is part of an effort to make eigen easier to learn and more
"standard" where possible. For example, bug 86 blocked bug 85 which is
about renaming our internal metaprogramming stuff to be more in line
with the (future) STL. The PlainObjectBase renaming is an attempt to
align our internal jargon on a smaller and more consistent set of
terms.
Benoit