aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trsolve.cpp
Commit message (Expand)AuthorAge
* bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
* bug #1617: add unit tests for empty triangular solve.Gravatar Gael Guennebaud2019-01-16
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Extend unit test of dense triangular solversGravatar Gael Guennebaud2014-07-15
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* fix bug #120 : compilation issue of trsolve unit testGravatar Gael Guennebaud2010-11-22
* extend unit test to cover previous bugGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix storage order requestGravatar Gael Guennebaud2010-07-20
* it appears only the "on the left" case was testedGravatar Gael Guennebaud2010-07-20
* extend product unit testsGravatar Gael Guennebaud2010-07-07
* email changeGravatar Gael Guennebaud2010-06-24
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* fix trsolveGravatar Gael Guennebaud2010-03-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
* Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
* fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23