aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* fix big bug in loop unrollingGravatar Benoit Jacob2007-10-10
* fix dot product, add norm/norm2/normalizedGravatar Benoit Jacob2007-10-10
* add norm() and norm2(); some polishingGravatar Benoit Jacob2007-10-08
* reverse certain inner loops. Now the benchmark runs in 3.5s instead of 5.5s b...Gravatar Benoit Jacob2007-10-08
* add dot product, extend meta unrolling everywhereGravatar Benoit Jacob2007-10-08
* reorganize meta loop unrolling, add Trace (meta-unrolled), fix compilation is...Gravatar Benoit Jacob2007-10-07
* reorganization of headers, part 2/2...Gravatar Benoit Jacob2007-10-07
* reorganisation of headers, commit47b935fc42cbf2ca992d8a270bc1b0fc97d1f6bcGravatar Benoit Jacob2007-10-07
* aargh, had forgotten to 'svn add' a file. Yeah, 'svn st' is my friend, i know...Gravatar Benoit Jacob2007-10-07
* add matrix conjugation and adjunction.Gravatar Benoit Jacob2007-10-07
* Introduce Numeric Traits, with fuzzy compares, random numbers, etc.Gravatar Benoit Jacob2007-10-07
* Add matrix transpositionGravatar Benoit Jacob2007-10-01
* Move the meta loop unrolling to a separate file, Loop.hGravatar Benoit Jacob2007-10-01
* 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
* some cleanupGravatar 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