| Commit message (Expand) | Author | Age |
* | add Eigen/Eigen | Benoit Jacob | 2009-06-19 |
* | add "Dense" header | Benoit Jacob | 2009-06-19 |
* | forward port fix to #12 | Benoit Jacob | 2009-06-19 |
* | fix #14: make llt::solve() and also ldlt::solve() work with uninitialized result | Benoit Jacob | 2009-06-19 |
* | fixed typo in SuperLUSupport.h | Moritz Lenz | 2009-06-17 |
* | * rename PartialRedux to VectorwiseOp | Gael Guennebaud | 2009-06-10 |
* | fix #11: now the default Transform ctor set the last row in Affine mode. | Gael Guennebaud | 2009-06-10 |
* | SparseMatrix::resize() always resets the matrix to an empty one | Gael Guennebaud | 2009-06-08 |
* | fix #10: the reallocateSparse function was half coded | Gael Guennebaud | 2009-06-08 |
* | Renamed internal helper functions from the Memory header. | Hauke Heibel | 2009-06-04 |
* | Fixes #9. Thanks to the (unknown) bug contributor. | Hauke Heibel | 2009-06-04 |
* | A much simplified version of the earlier commit introducing way fewer changes... | Hauke Heibel | 2009-06-03 |
* | Added specializations for DontAlign when using Dynamic matrices. | Hauke Heibel | 2009-06-03 |
* | Relaxed checks againts _MaxRows and _MaxCols in Matrix::_check_template_param... | Hauke Heibel | 2009-05-29 |
* | make Umeyama, and its unit-test, work for me on gcc 4.3 | Benoit Jacob | 2009-05-27 |
* | fix the static assert checking the size template parameters. | Benoit Jacob | 2009-05-27 |
* | * Umeyama has now similar performance for RowMajor and ColMajor layouts. | Hauke Heibel | 2009-05-27 |
* | Added Umeyama implementation. | Hauke Heibel | 2009-05-26 |
* | fix #4 | Gael Guennebaud | 2009-05-23 |
* | fixes #5 : freebsd really has aligned malloc | Benoit Jacob | 2009-05-22 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | fix typo | Thomas Capricelli | 2009-05-22 |
* | | Oops, here the actual LLT and LDLT patch. | Hauke Heibel | 2009-05-22 |
* | | Eigensolver decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | LU and PartialLU decomposition interface unification. | Hauke Heibel | 2009-05-22 |
* | | QR and SVD 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 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | fix comments (old comments that were copied from LU) | Benoit Jacob | 2009-05-19 |
* | * optimize sum() for sparse matrices and vectors | Gael Guennebaud | 2009-05-19 |
* | fix compilation with ICC | Gael Guennebaud | 2009-05-18 |
* | fix #3, remove inline keywords in QtAlignedMalloc (MSVC fix) | Gael Guennebaud | 2009-05-18 |
* | fix #1 : need to nest by value the affine part in homogeneous product | Gael Guennebaud | 2009-05-18 |
* | fix bug reported by Moritz Lenz about random setter | Gael Guennebaud | 2009-05-18 |
* | fix #2, bug in Diagonal::MaxRowsAtCompileTime when Index==Dynamic | Benoit Jacob | 2009-05-17 |
* | simplification (no reason anymore to write that in that convoluted way) | Benoit Jacob | 2009-05-15 |
* | argh, forgot to re-add the throw() | Benoit Jacob | 2009-05-15 |
* | * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH... | Benoit Jacob | 2009-05-15 |
* | add partial-pivoting LU decomposition | Benoit Jacob | 2009-05-13 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | bugfix from Jens Mueller (s/RowMajor/IsRowMajor) | Gael Guennebaud | 2009-05-11 |
* | 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 |
* | apply patch from Hauke Heibel cleaning overloaded operator new/detete | Gael Guennebaud | 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 realloc when initial size was 0 (bug reported by Jens Mueller) | Gael Guennebaud | 2009-05-07 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | add copyright on two public headers that are not so trivial... | Benoit Jacob | 2009-05-06 |