aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/TriangularSolver.h
Commit message (Expand)AuthorAge
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* new simplified API to fill sparse matrices (the old functions areGravatar Gael Guennebaud2009-05-04
* bugfix when the diagonal is not stored and assumed to be 1Gravatar Gael Guennebaud2009-04-10
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Sparse module: refactoring of the cholesky factorization,Gravatar Gael Guennebaud2008-10-05
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* 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
* * added an in-place version of inverseProduct whichGravatar Gael Guennebaud2008-06-29