Benoit Jacob
|
84934ea217
|
- move: DerivedTraits becomes MatrixBase::Traits
- the static constants are private again in the Derived classes
- more documentation and code snippets
- new isDiagonal() method
|
2008-01-06 16:35:21 +00:00 |
|
Benoit Jacob
|
495eb7053a
|
Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).
CCMAIL:eigen@lists.tuxfamily.org
|
2008-01-06 13:17:07 +00:00 |
|
Benoit Jacob
|
d1d55e67e9
|
- make MatrixBase and all expressions aware of their preferred traversal order.
Honor this preference in operator=.
- add several methods to the API
- rework API for diagonal matrices
- add benchmarking code
|
2008-01-05 10:57:14 +00:00 |
|
Benoit Jacob
|
dfdad129a3
|
move Core/ to a src/ subdir, in preparation for following changes
|
2007-12-28 16:00:55 +00:00 |
|