aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/IO.h
Commit message (Collapse)AuthorAge
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
| | | | | | -- currently 3 flags: RowMajor, Lazy and Large -- only RowMajor actually used for now * many minor improvements
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
| | | | | | template parameter "Scalar" is removed. This is achieved by introducting a template <typename Derived> struct Scalar to achieve a forward-declaration of the Scalar typedefs.
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
|
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
| | | | | | - complete documentation - add TODO - update copyright years
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
|
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28