aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/triangular.cpp
Commit message (Expand)AuthorAge
* fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* email changeGravatar Gael Guennebaud2010-06-24
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* fix dirty triangular unit testGravatar Gael Guennebaud2010-01-04
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | more fixesGravatar Gael Guennebaud2009-12-17
| * * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
| * minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
| * * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
| * TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
|/
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
* add triangular * vector productGravatar Gael Guennebaud2009-07-13
* add a meta unroller for the triangular solver (only for vectors as rhs)Gravatar Gael Guennebaud2009-07-10
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* compilation fixesGravatar Gael Guennebaud2009-05-12
* * compilation fixes for gcc 3.3Gravatar Gael Guennebaud2009-05-06
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* updated product test to carefully test all scalar typesGravatar Gael Guennebaud2008-05-12
* added a test for triangular matricesGravatar Gael Guennebaud2008-05-02