aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal
Commit message (Expand)AuthorAge
* Split Row and Column into separate files.Gravatar Benoit Jacob2007-10-01
* remove useless typedefsGravatar Benoit Jacob2007-10-01
* Michael was right, it's best to base the unrolling limit on the product Rows*...Gravatar Benoit Jacob2007-10-01
* - add copyright line for Michael OlbrichGravatar Benoit Jacob2007-10-01
* adapt to coding style used elsewhere in eigen2Gravatar Benoit Jacob2007-10-01
* Generic loop unrolling with template metaprograms. It seems to be as fast asGravatar Michael Olbrich2007-09-30
* for dynamic size matrix (Rows|Cols)AtCompileTime is always EiDynamic and notGravatar Michael Olbrich2007-09-30
* Fix super-nasty bug in the declaration of the storage array of fixed-size mat...Gravatar Benoit Jacob2007-09-30
* Get rid of a nasty const_cast by introducing a MatrixConstRef class.Gravatar Benoit Jacob2007-09-29
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* some reorganization leading to simpler expression treesGravatar Benoit Jacob2007-09-28
* 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
* implement scalar operators separately for each type using a macro.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