aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/LU.h
Commit message (Expand)AuthorAge
* oops, didn't want to commit thatGravatar Benoit Jacob2009-05-07
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* documentation update/improvementGravatar Benoit Jacob2009-01-26
* compute the rank on the fly rather than at the end, and stop earlyGravatar Benoit Jacob2009-01-26
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* Optimization in LU::solve: when rows<=cols, no need to compute the L matrixGravatar Benoit Jacob2009-01-25
* fix bug in the computation of rankGravatar Benoit Jacob2009-01-20
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* * 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
* LU class:Gravatar Benoit Jacob2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * sparse LU: add extraction of L,U,P, and Q, as well as determinantGravatar Gael Guennebaud2008-10-20
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-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
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* * reimplement the general case of inverse() on top of LU. Advantages:Gravatar Benoit Jacob2008-08-09
* *implement LU solver (solves any rectangular system)Gravatar Benoit Jacob2008-08-09
* * fix bug in SwapWrapper : store the wrapped expression by referenceGravatar Benoit Jacob2008-08-09
* - add kernel computation using the triangular solverGravatar Benoit Jacob2008-08-07
* LU: remove partial-pivoting path (moderately useful since it's doesGravatar Benoit Jacob2008-08-07
* Add partial pivoting runtime option to LU.Gravatar Benoit Jacob2008-08-05
* big performance improvement in inverse and LUGravatar Benoit Jacob2008-08-04
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04