aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* doc typoGravatar Benoit Jacob2010-10-14
* JacobiSVD doc fixGravatar Benoit Jacob2010-10-14
* JacobiSVD:Gravatar Benoit Jacob2010-10-14
* compilation fixGravatar Gael Guennebaud2010-10-14
* fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 e...Gravatar Benoit Jacob2010-10-13
* add EIGEN_TEST_X87 optionGravatar Benoit Jacob2010-10-13
* fix compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
* add the possibility to disable OpenGL testingGravatar Gael Guennebaud2010-10-12
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* Jacobi improvements:Gravatar Benoit Jacob2010-10-12
* fix the Jacobi bug, expand unit testGravatar Benoit Jacob2010-10-12
* add Jacobi unit test. jacobi_5 fails, exposing bug #39.Gravatar Benoit Jacob2010-10-12
* add support for uniform of doubleGravatar Gael Guennebaud2010-10-12
* uncomment commented line for debugGravatar Gael Guennebaud2010-10-12
* add support for uniformsGravatar Gael Guennebaud2010-10-12
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
* compilation fixGravatar Gael Guennebaud2010-10-08
* adapt Quaternion to JacobiSVD API changes.Gravatar Benoit Jacob2010-10-08
* add option to compute thin U/V.Gravatar Benoit Jacob2010-10-08
* Rework JacobiSVD api / template parameters.Gravatar Benoit Jacob2010-10-08
* merge backoutGravatar Benoit Jacob2010-10-08
|\
| * Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbeGravatar Benoit Jacob2010-10-08
* | MSVC for windows mobile does not have the errno.h fileGravatar Gael Guennebaud2010-10-07
* | an attempt to fix compilation on windows mobileGravatar Gael Guennebaud2010-10-07
* | remove the Taucs backend : Taucs is not maintained anymore and the backend wa...Gravatar Gael Guennebaud2010-10-06
* | improve FindCholmodGravatar Gael Guennebaud2010-10-06
* | Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
* | extend OpenGL support module with true unit tests and support for Transform, ...Gravatar Gael Guennebaud2010-10-06
* | fix geometry tutorial regarding the need to specify the "mode"Gravatar Gael Guennebaud2010-10-06
* | mark LLT/LDLT solveInPlace func internal and rm their boolean returned valueGravatar Gael Guennebaud2010-10-05
|/
* fix docGravatar Thomas Capricelli2010-10-04
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* fix warningGravatar Radu Bogdan Rusu2010-09-27
* Added a note to the Gram Schmidt code and improved some formatting.Gravatar Hauke Heibel2010-09-25
* Merge.Gravatar Hauke Heibel2010-09-24
|\
* | Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* | Make the SVD's output unitary and improved unit tests.Gravatar Hauke Heibel2010-09-24
* | mergeGravatar Benoit Jacob2010-09-23
|\ \
* | | SVD:Gravatar Benoit Jacob2010-09-23
| | * Fixed bad memory access in the SVD.Gravatar Hauke Heibel2010-09-23
| |/
* | Fixed bad memory access in the SVD.Gravatar Hauke Heibel2010-09-23
| * remove superfluous #ifdefGravatar Gael Guennebaud2010-09-15
| * add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)Gravatar Benoit Jacob2010-09-14
| * fix vectorization logic and code of cross3 which was never enabled..Gravatar Gael Guennebaud2010-09-08
| * fix unitialized quaternionGravatar Gael Guennebaud2010-09-08
| * add a bench to compare various transformation methodsGravatar Gael Guennebaud2010-09-07
| * fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
| * noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
| * add the possibility to extend QuaternionBaseGravatar Gael Guennebaud2010-09-02