aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/TriangularSolver.h
Commit message (Expand)AuthorAge
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
* Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* 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