| Commit message (Expand) | Author | Age |
* | add initial, rough, full-pivoting RRQR decomposition | Benoit Jacob | 2009-08-22 |
* | 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 |
* | * 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 |
* | 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 |
* | 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 |
* | make jacobi SVD more robust after experimenting with very nasty matrices... | Benoit Jacob | 2009-08-12 |
* | add parentheses; hopefully this solves Koldos MSVC compilation issue... | Benoit Jacob | 2009-08-12 |
* | finally, the good approach was two-sided Jacobi. Indeed, it allows | Benoit Jacob | 2009-08-12 |
* | add EIGEN_DEBUG_VAR | Benoit Jacob | 2009-08-11 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | fix issue #36 (missing return *this in Rotation2D | Gael Guennebaud | 2009-08-11 |
* | remove #include Bidiagonalization, and add missing ";" | Gael Guennebaud | 2009-08-11 |
* | merge | Gael Guennebaud | 2009-08-09 |
|\ |
|
* | | make custom asm directive volatile | Gael Guennebaud | 2009-08-09 |
| * | LinearVectorization: If the destination isn't aligned, | Benoit Jacob | 2009-08-09 |
| * | now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait... | Benoit Jacob | 2009-08-09 |
| * | disable the assembly for fast unaligned stores. indeed, there is a strange bu... | Benoit Jacob | 2009-08-09 |
| * | don't depend on uninitialized value | Benoit Jacob | 2009-08-09 |
| * | * add Jacobi transformations | Benoit Jacob | 2009-08-09 |
* | | make LU::solve() not to crash when rank=0 | Gael Guennebaud | 2009-08-09 |