aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* alpha 3.1. in this commit:Gravatar Benoit Jacob2008-01-15
* Eval is now implemented like the other expression types, it no longerGravatar Benoit Jacob2008-01-14
* re-optimize Matrix::resize(), add some commentsGravatar Benoit Jacob2008-01-14
* cleanup in Eval; instead introduce convenient typedefs in MatrixGravatar Benoit Jacob2008-01-14
* final fixes and updates for alpha3Gravatar Benoit Jacob2008-01-13
* documentation update for alpha 3Gravatar Benoit Jacob2008-01-13
* big improvement of the block-manipulation APIGravatar Benoit Jacob2008-01-13
* renaming:Gravatar Benoit Jacob2008-01-13
* big architecture change dissociating "actual" dimensions from "maximum possible"Gravatar Benoit Jacob2008-01-13
* one bugfix and one optimizationGravatar Benoit Jacob2008-01-11
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
* reorganization/cleanupGravatar Benoit Jacob2008-01-11
* switch to enums everywhereGravatar Benoit Jacob2008-01-10
* revert most of previous commit. It really is better to forbid defaultGravatar Benoit Jacob2008-01-08
* Revert to allowing default Matrix constructor even for dynamic size (which isGravatar Benoit Jacob2008-01-07
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* move default parameter values from function definition to function declaration.Gravatar Benoit Jacob2008-01-06
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* remove all the _Order mechanics, now we are always traversing matrices inGravatar Benoit Jacob2008-01-06
* Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).Gravatar Benoit Jacob2008-01-06
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
* cleanup: remove copy contructors when the compiler is able to generate a sati...Gravatar Benoit Jacob2007-12-31
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28