| Commit message (Expand) | Author | Age |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | fix Matrix::stride for vectors, add a unit test for Block::stride | Gael Guennebaud | 2009-08-31 |
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
* | ifdef removed from MapBase and warning disabled | Hauke Heibel | 2009-08-31 |
* | fix issue #45 and document the .data() and .stride() functions | Gael Guennebaud | 2009-08-31 |
* | fix copy/paste issue | Gael Guennebaud | 2009-08-31 |
* | Fixed a cast warning in scaleAndAddTo. | Hauke Heibel | 2009-08-31 |
* | Added MSVC guards to assignment operators. | Hauke Heibel | 2009-08-31 |
* | Removed redundant assignment operators. | Hauke Heibel | 2009-08-31 |
* | compilation fix in AmbiVector<int> | Gael Guennebaud | 2009-08-31 |
* | add coeff(int,int), coeff(int) and value() functions to the inner product spe... | Gael Guennebaud | 2009-08-26 |
* | fix installation for recently added files | Thomas Capricelli | 2009-08-25 |
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
* | Fix comment which may cause latex to hang when generating docs | Jitse Niesen | 2009-08-24 |
* | fix issue #43 | Gael Guennebaud | 2009-08-24 |
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
* | finally, the correct way of dealing with zero matrices in solve() | Benoit Jacob | 2009-08-24 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | give FullPivotingHouseholderQR all the modern comfort | Benoit Jacob | 2009-08-24 |
* | clarifications in LU::solve() and in LU documentation | Benoit Jacob | 2009-08-24 |
* | fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) be... | Benoit Jacob | 2009-08-24 |
* | merge | Benoit Jacob | 2009-08-23 |
|\ |
|
* | | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
| * | hm, forgot to conjugate the arguments in applyJacobiOnTheLeft | Gael Guennebaud | 2009-08-24 |
| * | fix apply Jacobi for complexes and add documentation for some *Jacobi* functions | Gael Guennebaud | 2009-08-23 |
|/ |
|
* | 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 |