aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
* * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-09-16
* finally, the correct way of dealing with zero matrices in solve()Gravatar Benoit Jacob2009-08-24
* clarifications in LU::solve() and in LU documentationGravatar Benoit Jacob2009-08-24
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* make LU::solve() not to crash when rank=0Gravatar Gael Guennebaud2009-08-09
* replace custom rank one update in LU by an expressionGravatar Gael Guennebaud2009-08-08
* fix determinant in PartialLUGravatar Gael Guennebaud2009-08-06
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix assertions, improve docs.Gravatar Benoit Jacob2009-08-05
* implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
* implements a blocked version of PartialLUGravatar Gael Guennebaud2009-08-03
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* compilation fixesGravatar Gael Guennebaud2009-07-27
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* computeInverseWithCheck method added to matrix base (specialization for 1D to...Gravatar Manuel Yguel2009-06-29
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | LU and PartialLU decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | add internal comment (mostly a pretext to test the eigen-commits list)Gravatar Benoit Jacob2009-05-20
|/
* fix comments (old comments that were copied from LU)Gravatar Benoit Jacob2009-05-19
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* result of our experiments with LU tuning: implement very simple formula, thatGravatar Benoit Jacob2009-05-07
* oops, didn't want to commit thatGravatar Benoit Jacob2009-05-07
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* fix the 4x4 inverse -- unit test passes againGravatar Benoit Jacob2009-04-14
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* 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
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * 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
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* 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
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23