aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SolveTriangular.h
Commit message (Expand)AuthorAge
...
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* bugfix in trsmGravatar Gael Guennebaud2009-08-02
* add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01
* faster trsm kernel and fix a couple of issuesGravatar Gael Guennebaud2009-07-31
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* some cleaningGravatar Gael Guennebaud2009-07-26
* finalize trsm: works in all situations, and it is now used by solve() and sol...Gravatar Gael Guennebaud2009-07-26
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
* | add triangular * vector productGravatar Gael Guennebaud2009-07-13
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* | 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
* | commit woking versions of triangular solvers naturallyGravatar Gael Guennebaud2009-07-09
* | started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* | * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* | * 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
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
* * label Cholesky and solveTriangular.* as experimentalGravatar Benoit Jacob2009-02-02
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* Remove executable attributeGravatar Laurent Montel2008-11-04
* add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATORGravatar Gael Guennebaud2008-10-27
* compilation fix for ICCGravatar Gael Guennebaud2008-10-21
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* * fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdirGravatar Benoit Jacob2008-08-19
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* change solveTriangularInPlace() to take a pointer as input (as discussed on I...Gravatar Gael Guennebaud2008-08-12
* Complete LU documentationGravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09