| Commit message (Expand) | Author | Age |
* | merge | Gael Guennebaud | 2011-01-26 |
|\ |
|
* | | extend PermutationMatrix and Transpositions to support arbitrary interger typ... | Gael Guennebaud | 2011-01-26 |
| * | eigen2: pass lu test | Benoit Jacob | 2011-01-25 |
|/ |
|
* | do not stop the factorization if one pivot is exactly 0, and return the | Gael Guennebaud | 2011-01-17 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | fix LDLT, now it really only uses a given triangular part! | Gael Guennebaud | 2010-06-09 |
* | * add Transpositions to PermutationMatrix conversion | Gael Guennebaud | 2010-06-08 |
* | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | - Added problem size constructor to decompositions that did not have one. It ... | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
* | * merge with mainline | Benoit Jacob | 2010-04-16 |
|\ |
|
| * | fix misc warnings, more importantly when NDEBUG is defined, assert() is a | Thomas Capricelli | 2010-03-27 |
* | | fix the flags and matrix options, to always have the right RowMajor bit in th... | Benoit Jacob | 2010-03-19 |
|/ |
|
* | Propagate all five matrix template parameters to members and temporaries of d... | Adolfo Rodriguez Tsouroukdissian | 2010-03-08 |
* | * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV... | Benoit Jacob | 2010-03-08 |
* | Hide some internal stuff from the docs. | Hauke Heibel | 2010-02-28 |
* | merge | Benoit Jacob | 2010-02-25 |
|\ |
|
* | | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
| * | detect and implement inplace permutations | Gael Guennebaud | 2010-02-25 |
| * | add reconstructedMatrix() to LLT, and LUs | Gael Guennebaud | 2010-02-24 |
| * | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
|/ |
|
* | EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN | Benoit Jacob | 2010-01-27 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | Big renaming: | Benoit Jacob | 2010-01-04 |
* | | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\| |
|
* | | partial LU optimization: noalias | Gael Guennebaud | 2009-12-17 |
| * | Even more NestByValue cleanup... | Hauke Heibel | 2009-12-01 |
| * | Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR. | Hauke Heibel | 2009-12-01 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
| * | PermutationMatrix: add setIdentity and transpositions methods | Benoit Jacob | 2009-11-16 |
| * | Port FullPivLU to PermutationMatrix | Benoit Jacob | 2009-11-16 |
| * | PartialPivLU: port to PermutationMatrix | Benoit Jacob | 2009-11-16 |
|/ |
|
* | last round of changes, mainly to return derived types instead of base types, ... | Benoit Jacob | 2009-11-09 |
* | simplifications in the ei_solve_impl system, factor out some boilerplate code | Benoit Jacob | 2009-11-08 |
* | port the qr module to ei_solve_xxx. | Benoit Jacob | 2009-11-08 |
* | move partial-pivoting lu to ei_solve_impl | Benoit Jacob | 2009-11-03 |
* | *port the Cholesky module to the new solve() API | Benoit Jacob | 2009-10-29 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |