aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* Found a way to have eval() be a member function of class EiObject, instead of...Gravatar Benoit Jacob2007-09-28
* Finish prefixing everything with "Ei"Gravatar Benoit Jacob2007-09-27
* Half-way commit prefixing object names. I am forced to commit nowGravatar Benoit Jacob2007-09-27
* don't enclose eigen in a namespace. prefixing is the way to go.Gravatar Benoit Jacob2007-09-27
* add operators *= and /=Gravatar Benoit Jacob2007-09-27
* fix bugs caused by default copy constructors being called. valgrind,Gravatar Benoit Jacob2007-09-26
* Give the axe to the aliasing system.Gravatar Benoit Jacob2007-09-26
* Deep refactoring.Gravatar Benoit Jacob2007-09-26
* reorganize header files, split MatrixBase into smaller files.Gravatar Benoit Jacob2007-09-09
* remove the MatrixConstXpr and MatrixConstRef classes.Gravatar Benoit Jacob2007-09-09
* extend operators += and -= to aliasesGravatar Benoit Jacob2007-09-07
* Add operator += and operator -= between matrices/vectors/expressionsGravatar Benoit Jacob2007-09-07
* - Introduce aliasing systemGravatar Benoit Jacob2007-09-06
* Hello, World!Gravatar Benoit Jacob2007-09-05