aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trmm.cpp
Commit message (Expand)AuthorAge
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
* extend product unit testsGravatar Gael Guennebaud2010-07-07
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* 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
* add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27