| Commit message (Expand) | Author | Age |
* | Rewrite tutorial section on solving linear systems | Jitse Niesen | 2009-08-22 |
* | fix typo | Benoit Jacob | 2009-08-22 |
* | add initial, rough, full-pivoting RRQR decomposition | Benoit Jacob | 2009-08-22 |
* | Proper fix for linking to the Qt libraries (and others) | Marcus D. Hanwell | 2009-08-21 |
* | fix compilation with gcc 4.1. Indeed the path for recent gcc doesn't work wit... | Benoit Jacob | 2009-08-21 |
* | work around internal compiler error with gcc 4.1 and 4.2, reported on the forum | Benoit Jacob | 2009-08-20 |
* | adapt to API changes | Benoit Jacob | 2009-08-20 |
* | Add new unsupported modules to doc/unsupported_modules.dox | Jitse Niesen | 2009-08-18 |
* | Correct syntax error in doxygen comment. | Jitse Niesen | 2009-08-18 |
* | * make HessenbergDecomposition uses the Householder module | Gael Guennebaud | 2009-08-17 |
* | change the make householder algorithm so that the remaining coefficient | Gael Guennebaud | 2009-08-17 |
* | add EIGEN_TRANSFORM_PLUGIN | Gael Guennebaud | 2009-08-17 |
* | make HouseholderQR uses the Householder module | Gael Guennebaud | 2009-08-16 |
* | add normalize and normalized overloads in AlignedVector3 | Gael Guennebaud | 2009-08-16 |
* | quick update of TopicLazyEvaluation | Gael Guennebaud | 2009-08-16 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | make SVD reuses applyJacobi | Gael Guennebaud | 2009-08-16 |
* | revert previous change in Quaternion::setFromTwoVectors | Gael Guennebaud | 2009-08-15 |
* | svd: sort in decreasing order, remove unused code | Benoit Jacob | 2009-08-15 |
* | add overloads of lazyAssign to detect common aliasing issue with | Gael Guennebaud | 2009-08-15 |
* | fix and improve docs | Benoit Jacob | 2009-08-15 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | bugfix in inner-product specialization, | Gael Guennebaud | 2009-08-15 |
* | my previous fix was not very good | Gael Guennebaud | 2009-08-15 |
* | bugfix and compilation fix in ProductBase | Gael Guennebaud | 2009-08-15 |
* | fix setFromTwoVectors because of the change in sorting of the the singular va... | Gael Guennebaud | 2009-08-15 |
* | fix a couple of warnings | Gael Guennebaud | 2009-08-15 |
* | add a "rot" benchmark in BTL | Gael Guennebaud | 2009-08-15 |
* | fix compilation of unit tests | Gael Guennebaud | 2009-08-15 |
* | only append the changeset to the version if we're in the default branch | Benoit Jacob | 2009-08-14 |
* | new script that update from mercurial, make the doc, and upload the result | Thomas Capricelli | 2009-08-15 |
* | new script to generate and upload the docs for a given branch | Benoit Jacob | 2009-08-14 |
* | update snippet | Benoit Jacob | 2009-08-14 |
* | fix warning | Benoit Jacob | 2009-08-14 |
* | forgot to update this | Benoit Jacob | 2009-08-14 |
* | as discussed on list: default to align cols, reorganize parameters accordingl... | Benoit Jacob | 2009-08-14 |
* | try to support 16 bit platforms... optimistic, but can't hurt | Benoit Jacob | 2009-08-14 |
* | machine_epsilon -> epsilon as wrapper around numeric_traits | Benoit Jacob | 2009-08-14 |
* | oops bis, I forgot that SelfAdjointEigneSolver directly called the selector... | Gael Guennebaud | 2009-08-14 |
* | oops forgot to remove the #include in Core | Gael Guennebaud | 2009-08-14 |
* | optimize "apply Jacobi" for small sizes, and move it to Jacobi.h | Gael Guennebaud | 2009-08-14 |
* | * remove EIGEN_DONT_INLINE that harm performance for small sizes | Benoit Jacob | 2009-08-13 |
* | oops, don't set the precision to -1 !! | Benoit Jacob | 2009-08-13 |
* | apply Koldo's workaround for MSVC bug | Benoit Jacob | 2009-08-13 |
* | add an optimized "apply in place a rotation in the plane", | Gael Guennebaud | 2009-08-13 |
* | apply change discussed on the list : | Benoit Jacob | 2009-08-13 |
* | do without an empirical homemade formula that i wasn't comfortable about... | Benoit Jacob | 2009-08-12 |
* | merge | Benoit Jacob | 2009-08-12 |
|\ |
|