aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_extra.cpp
Commit message (Expand)AuthorAge
* fix bug #127. our product selection logic was flawed in that it used the Max-...Gravatar Benoit Jacob2010-12-09
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...Gravatar Gael Guennebaud2010-08-31
* extend product unit testsGravatar Gael Guennebaud2010-07-07
* add a unit test for previous bugGravatar Gael Guennebaud2010-07-06
* fix rangeGravatar Gael Guennebaud2010-07-06
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
* *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
* improve coverage of matrix-vector productGravatar Gael Guennebaud2009-09-07
* clean a bit the previous commit which came from a patch queue,Gravatar Gael Guennebaud2009-09-01
* I've been too fast (again)Gravatar Gael Guennebaud2009-09-01
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* ok now all the complex mat-mat and mat-vec products involving conjugate,Gravatar Gael Guennebaud2009-07-08