| Commit message (Expand) | Author | Age |
... | |
* | remove references to adolc and split tests functions for clarity | Thomas Capricelli | 2009-09-27 |
* | * Introduce make targets btest (build tests), blas (build blas lib), demos (b... | Benoit Jacob | 2009-09-27 |
* | remove the hack we made to allow api.kde.org to generate the dox. Update the ... | Benoit Jacob | 2009-09-27 |
* | Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_... | Hauke Heibel | 2009-09-27 |
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | Fixed VC compilation error on the JacobiSVD module. | Hauke Heibel | 2009-09-27 |
* | update URL for adol-c | Thomas Capricelli | 2009-09-27 |
* | update the sparse tutorial wrt not so recent changes about the filling API | Gael Guennebaud | 2009-09-25 |
* | Removed implicit type conversion (VC warning fix). | Hauke Heibel | 2009-09-25 |
* | Matrix::conservativeResize, resize only when necessary. | Hauke Heibel | 2009-09-25 |
* | add a wip blas library built on top of Eigen. TODO: | Gael Guennebaud | 2009-09-25 |
* | remove some dirty lines | Gael Guennebaud | 2009-09-25 |
* | extend the support for bool | Gael Guennebaud | 2009-09-25 |
* | Uuups that was not yet intended for a commit. | Hauke Heibel | 2009-09-25 |
* | Fixed issue #57. | Hauke Heibel | 2009-09-25 |
* | remove (changesets), it's enough numbers like this | Benoit Jacob | 2009-09-24 |
* | * sort by last name alphabetically | Benoit Jacob | 2009-09-24 |
* | use -f so that the script is happy even if the log file is not there | Thomas Capricelli | 2009-09-24 |
* | oops, don't append, overwrite | Benoit Jacob | 2009-09-24 |
* | improvements, especially: automatically flush the server side cache | Benoit Jacob | 2009-09-24 |
* | fix typo | Benoit Jacob | 2009-09-23 |
* | add eigen_gen_credits script | Benoit Jacob | 2009-09-23 |
* | Removed unnecessary MSVC check. | Hauke Heibel | 2009-09-22 |
* | Added EIGEN_REF_TO_TEMPORARY define for rvalue support. | Hauke Heibel | 2009-09-21 |
* | * ReturnByValue: | Benoit Jacob | 2009-09-22 |
* | fix bug #42, add missing Transform::Identity() | Benoit Jacob | 2009-09-19 |
* | allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claims | Benoit Jacob | 2009-09-19 |
* | add legalese | Benoit Jacob | 2009-09-20 |
* | add demo of how to mix eigen with C code | Benoit Jacob | 2009-09-20 |
* | implement __gnuc_forget_about_setZero_its_over_now | Gael Guennebaud | 2009-09-18 |
* | undef B0 | Benoit Jacob | 2009-09-19 |
* | fix stable_norm unit test | Gael Guennebaud | 2009-09-18 |
* | update page to explain how to get rid of it | Benoit Jacob | 2009-09-18 |
* | finish my evalToDense => evalTo change | Gael Guennebaud | 2009-09-17 |
* | clean the commented asm instructions because now I'm sure | Gael Guennebaud | 2009-09-17 |
* | merge | Gael Guennebaud | 2009-09-17 |
|\ |
|
| * | fix bug #52: Transform::inverse() should return a Transform | Benoit Jacob | 2009-09-18 |
* | | fix #53: performance regression, hopefully I did not resurected another | Gael Guennebaud | 2009-09-17 |
| * | compilation fixes | Gael Guennebaud | 2009-09-17 |
| * | make ColPivotingQR use HouseholderSequence | Gael Guennebaud | 2009-09-16 |
| * | * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio... | Gael Guennebaud | 2009-09-16 |
| * | improve ComplexShur api and doc | Gael Guennebaud | 2009-09-16 |
| * | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
| * | * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector' | Benoit Jacob | 2009-09-16 |
| * | disable warning 279: controlling expression is constant for ICC | Gael Guennebaud | 2009-09-15 |
| * | bugfixes for ICC (compilation and runtime) | Gael Guennebaud | 2009-09-15 |
| * | fix warning with gcc 4.2 | Gael Guennebaud | 2009-09-15 |
| * | fix warning in stable norm | Gael Guennebaud | 2009-09-15 |
| * | Remove no-op statement in AlignedVector3. | Jitse Niesen | 2009-09-10 |
| * | Re-factor matrix exponential. | Jitse Niesen | 2009-09-08 |