| Commit message (Expand) | Author | Age |
* | 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 |
|/ |
|
* | 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 |
* | 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 |
* | * 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 |
* | 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 |
* | * remove LargeBit and related stuff | Gael Guennebaud | 2008-08-23 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * revert the previous interface change in solveTriangular (pointer vs reference) | Gael Guennebaud | 2008-08-18 |
* | change solveTriangularInPlace() to take a pointer as input (as discussed on I... | Gael Guennebaud | 2008-08-12 |
* | Complete LU documentation | Benoit Jacob | 2008-08-11 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * add LU unit-test. Seems like we have very good numerical stability! | Benoit Jacob | 2008-08-09 |
* | * reimplement the general case of inverse() on top of LU. Advantages: | Benoit Jacob | 2008-08-09 |
* | *implement LU solver (solves any rectangular system) | Benoit Jacob | 2008-08-09 |
* | * fix bug in SwapWrapper : store the wrapped expression by reference | Benoit Jacob | 2008-08-09 |
* | - add kernel computation using the triangular solver | Benoit Jacob | 2008-08-07 |
* | LU: remove partial-pivoting path (moderately useful since it's does | Benoit Jacob | 2008-08-07 |
* | Add partial pivoting runtime option to LU. | Benoit Jacob | 2008-08-05 |
* | big performance improvement in inverse and LU | Benoit Jacob | 2008-08-04 |
* | * LU decomposition, supporting all rectangular matrices, with full | Benoit Jacob | 2008-08-04 |