aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Rewrite tutorial section on solving linear systemsGravatar Jitse Niesen2009-08-22
* fix typoGravatar Benoit Jacob2009-08-22
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* Proper fix for linking to the Qt libraries (and others)Gravatar Marcus D. Hanwell2009-08-21
* fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work wit...Gravatar Benoit Jacob2009-08-21
* work around internal compiler error with gcc 4.1 and 4.2, reported on the forumGravatar Benoit Jacob2009-08-20
* adapt to API changesGravatar Benoit Jacob2009-08-20
* Add new unsupported modules to doc/unsupported_modules.doxGravatar Jitse Niesen2009-08-18
* Correct syntax error in doxygen comment.Gravatar Jitse Niesen2009-08-18
* * make HessenbergDecomposition uses the Householder moduleGravatar Gael Guennebaud2009-08-17
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* add EIGEN_TRANSFORM_PLUGINGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* add normalize and normalized overloads in AlignedVector3Gravatar Gael Guennebaud2009-08-16
* quick update of TopicLazyEvaluationGravatar Gael Guennebaud2009-08-16
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* make SVD reuses applyJacobiGravatar Gael Guennebaud2009-08-16
* revert previous change in Quaternion::setFromTwoVectorsGravatar Gael Guennebaud2009-08-15
* svd: sort in decreasing order, remove unused codeGravatar Benoit Jacob2009-08-15
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* fix and improve docsGravatar Benoit Jacob2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* bugfix in inner-product specialization,Gravatar Gael Guennebaud2009-08-15
* my previous fix was not very goodGravatar Gael Guennebaud2009-08-15
* bugfix and compilation fix in ProductBaseGravatar Gael Guennebaud2009-08-15
* fix setFromTwoVectors because of the change in sorting of the the singular va...Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* add a "rot" benchmark in BTLGravatar Gael Guennebaud2009-08-15
* fix compilation of unit testsGravatar Gael Guennebaud2009-08-15
* only append the changeset to the version if we're in the default branchGravatar Benoit Jacob2009-08-14
* new script that update from mercurial, make the doc, and upload the resultGravatar Thomas Capricelli2009-08-15
* new script to generate and upload the docs for a given branchGravatar Benoit Jacob2009-08-14
* update snippetGravatar Benoit Jacob2009-08-14
* fix warningGravatar Benoit Jacob2009-08-14
* forgot to update thisGravatar Benoit Jacob2009-08-14
* as discussed on list: default to align cols, reorganize parameters accordingl...Gravatar Benoit Jacob2009-08-14
* try to support 16 bit platforms... optimistic, but can't hurtGravatar Benoit Jacob2009-08-14
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* oops bis, I forgot that SelfAdjointEigneSolver directly called the selector...Gravatar Gael Guennebaud2009-08-14
* oops forgot to remove the #include in CoreGravatar Gael Guennebaud2009-08-14
* optimize "apply Jacobi" for small sizes, and move it to Jacobi.hGravatar Gael Guennebaud2009-08-14
* * remove EIGEN_DONT_INLINE that harm performance for small sizesGravatar Benoit Jacob2009-08-13
* oops, don't set the precision to -1 !!Gravatar Benoit Jacob2009-08-13
* apply Koldo's workaround for MSVC bugGravatar Benoit Jacob2009-08-13
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* apply change discussed on the list :Gravatar Benoit Jacob2009-08-13
* do without an empirical homemade formula that i wasn't comfortable about...Gravatar Benoit Jacob2009-08-12
* mergeGravatar Benoit Jacob2009-08-12
|\