aboutsummaryrefslogtreecommitdiffhomepage
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
* temporarily remove division unit-tests. they caused div-by-zero's , reported ...Gravatar Benoit Jacob2007-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
* add example to the documentationGravatar 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
* some cleanupGravatar Benoit Jacob2007-09-09
* update tutorialGravatar Benoit Jacob2007-09-09
* remove the MatrixConstXpr and MatrixConstRef classes.Gravatar Benoit Jacob2007-09-09
* remove operator *= between matrices: too much hassle.Gravatar Benoit Jacob2007-09-07
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07
* 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
* add a missing operator= for copying a matrix into an expression.Gravatar Benoit Jacob2007-09-05
* forgot to svn add some CMakeListsGravatar Benoit Jacob2007-09-05
* Hello, World!Gravatar Benoit Jacob2007-09-05
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
* remove more stuff that I don't needGravatar Benoit Jacob2007-08-29
* some cleanupGravatar Benoit Jacob2007-08-17
* some more cleanup in comma-initializer stuffGravatar Benoit Jacob2007-08-17
* of course, i had forgotten to svn add one fileGravatar Benoit Jacob2007-08-17
* -- switch Matrix class to column-major order like in EigenGravatar Benoit Jacob2007-08-17
* remove 4 files from tvmet that are now replaced by testtraits.cppGravatar Benoit Jacob2007-08-12
* forgot to add another file...Gravatar Benoit Jacob2007-08-12
* forgot to "svn add" a very important file!!Gravatar Benoit Jacob2007-08-12
* lots of fixes for complex numbers. unittests now test complex numbers.Gravatar Benoit Jacob2007-08-12
* Big rework of the Traits system, unittests updated.Gravatar Benoit Jacob2007-08-12
* Unit-tests updated for the stuff in the previous commit.Gravatar Benoit Jacob2007-07-23
* Big overhaul and simplification of the NumericTraits system.Gravatar Benoit Jacob2007-07-23
* port TestNumericTraits to QTestLib. This revealed some shortcomings in tvmet'...Gravatar Benoit Jacob2007-07-21
* remove two unused filesGravatar Benoit Jacob2007-07-21
* Remove remaining per-element math functions. Remove defines for IEEE, SYSV an...Gravatar Benoit Jacob2007-06-18