| Commit message (Expand) | Author | Age |
* | convert LU::solve() to the new API | Benoit Jacob | 2009-09-22 |
* | compilation fixes | Gael Guennebaud | 2009-09-17 |
* | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
* | finally, the correct way of dealing with zero matrices in solve() | Benoit Jacob | 2009-08-24 |
* | clarifications in LU::solve() and in LU documentation | Benoit Jacob | 2009-08-24 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
* | machine_epsilon -> epsilon as wrapper around numeric_traits | Benoit Jacob | 2009-08-14 |
* | make LU::solve() not to crash when rank=0 | Gael Guennebaud | 2009-08-09 |
* | replace custom rank one update in LU by an expression | Gael Guennebaud | 2009-08-08 |
* | fix determinant in PartialLU | Gael Guennebaud | 2009-08-06 |
* | fixes in determinant and homogeneous | Gael Guennebaud | 2009-08-06 |
* | compilation fix in EigenSolver, | Gael Guennebaud | 2009-08-06 |
* | fix assertions, improve docs. | Benoit Jacob | 2009-08-05 |
* | implement two levels of blocking in PartialLU => high speedup | Gael Guennebaud | 2009-08-04 |
* | implements a blocked version of PartialLU | Gael Guennebaud | 2009-08-03 |
* | bug fix in inverse for 1x1 matrix, | Gael Guennebaud | 2009-07-27 |
* | compilation fixes | Gael Guennebaud | 2009-07-27 |
* | * polish computeInverseWithCheck to share more code, fix documentation, fix c... | Benoit Jacob | 2009-06-29 |
* | computeInverseWithCheck method added to matrix base (specialization for 1D to... | Manuel Yguel | 2009-06-29 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | LU and PartialLU decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | add internal comment (mostly a pretext to test the eigen-commits list) | Benoit Jacob | 2009-05-20 |
|/ |
|
* | fix comments (old comments that were copied from LU) | Benoit Jacob | 2009-05-19 |
* | add partial-pivoting LU decomposition | Benoit Jacob | 2009-05-13 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | result of our experiments with LU tuning: implement very simple formula, that | Benoit Jacob | 2009-05-07 |
* | oops, didn't want to commit that | Benoit Jacob | 2009-05-07 |
* | CREDIT Hauke Heibel, more std::vector::insert fixes | Benoit Jacob | 2009-05-07 |
* | fix the 4x4 inverse -- unit test passes again | Benoit Jacob | 2009-04-14 |
* | Add COMPONENT Devel | Laurent Montel | 2009-02-23 |
* | documentation update/improvement | Benoit Jacob | 2009-01-26 |
* | compute the rank on the fly rather than at the end, and stop early | Benoit Jacob | 2009-01-26 |
* | * mark Geometry as experimental | Benoit Jacob | 2009-01-26 |
* | * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass... | Benoit Jacob | 2009-01-25 |
* | Optimization in LU::solve: when rows<=cols, no need to compute the L matrix | Benoit Jacob | 2009-01-25 |
* | fix bug in the computation of rank | Benoit Jacob | 2009-01-20 |
* | * the 4th template param of Matrix is now Options. One bit for storage | Benoit Jacob | 2009-01-04 |
* | * In LU solvers: no need anymore to use row-major matrices | Benoit Jacob | 2009-01-03 |
* | * the Upper->UpperTriangular change | Benoit Jacob | 2008-12-20 |
* | * forgot to svn add 2 files | Benoit Jacob | 2008-12-18 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | LU class: | Benoit Jacob | 2008-12-17 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | * Much better, consistent error msgs when mixing different scalar types: | Benoit Jacob | 2008-12-03 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | * sparse LU: add extraction of L,U,P, and Q, as well as determinant | Gael Guennebaud | 2008-10-20 |
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |
* | compilation fixes with MSVC | Gael Guennebaud | 2008-09-03 |