aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* rm auto normalization in favor of clampingGravatar Gael Guennebaud2010-11-03
* Fix bug #65.Gravatar Hauke Heibel2010-11-02
* Added a comment on why is_arithmetic is used in DenseCoeffsBase.Gravatar Hauke Heibel2010-11-02
* Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
* oops (rm commented code)Gravatar Gael Guennebaud2010-11-01
* Let's be safe: enable auto normalization is quaternion to angle-axis code sin...Gravatar Gael Guennebaud2010-10-31
* add eigen2support Transform typedefs, add Eigen2To3 section on TransformGravatar Benoit Jacob2010-10-29
* document LvalueBit betterGravatar Benoit Jacob2010-10-28
* generalize the prune functionGravatar Gael Guennebaud2010-10-28
* fix sparse rankUpdate and triangularView iteratorGravatar Gael Guennebaud2010-10-27
* add the possibility to solve for sparse rhs with CholmodGravatar Gael Guennebaud2010-10-27
* Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.Gravatar Hauke Heibel2010-10-27
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed bug #84.Gravatar Hauke Heibel2010-10-21
* renaming: ei_matrix_storage -> DenseStorageGravatar Benoit Jacob2010-10-20
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* work around stupid msvc error when constructing at compile time an expressionGravatar Benoit Jacob2010-10-19
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* re-fix the broken msvc warning in JacobiSVDGravatar Benoit Jacob2010-10-18
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
* fix stupid msvc warning in jacobisvdGravatar Benoit Jacob2010-10-18
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* bump to 2.92.0Gravatar Benoit Jacob2010-10-15
* 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 compilation and warnings with fcc 4.0.1Gravatar Gael Guennebaud2010-10-13
* 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
* set ColPivHouseholderQR as default preconditioner for JacobiSVDGravatar Benoit Jacob2010-10-11
* implement JacobiSVD::solve() and expand the unit testGravatar Benoit Jacob2010-10-11
* 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
* | 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
* Fixed some SVD issues.Gravatar Hauke Heibel2010-09-24
* Make the SVD's output unitary and improved unit tests.Gravatar Hauke Heibel2010-09-24