aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* ifdef removed from MapBase and warning disabledGravatar Hauke Heibel2009-08-31
* fix issue #45 and document the .data() and .stride() functionsGravatar Gael Guennebaud2009-08-31
* fix copy/paste issueGravatar Gael Guennebaud2009-08-31
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
* Added MSVC guards to assignment operators.Gravatar Hauke Heibel2009-08-31
* Removed redundant assignment operators.Gravatar Hauke Heibel2009-08-31
* compilation fix in AmbiVector<int>Gravatar Gael Guennebaud2009-08-31
* add coeff(int,int), coeff(int) and value() functions to the inner product spe...Gravatar Gael Guennebaud2009-08-26
* fix installation for recently added filesGravatar Thomas Capricelli2009-08-25
* modernize HouseholderQR too, uniformize all that stuff, update testsGravatar Benoit Jacob2009-08-24
* Fix comment which may cause latex to hang when generating docsGravatar Jitse Niesen2009-08-24
* fix issue #43Gravatar Gael Guennebaud2009-08-24
* bring the modern comfort also to ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-24
* finally, the correct way of dealing with zero matrices in solve()Gravatar Benoit Jacob2009-08-24
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* give FullPivotingHouseholderQR all the modern comfortGravatar Benoit Jacob2009-08-24
* clarifications in LU::solve() and in LU documentationGravatar Benoit Jacob2009-08-24
* fix bug: with complex matrices, the condition (ei_imag(c0)==RealScalar(0)) be...Gravatar Benoit Jacob2009-08-24
* mergeGravatar Benoit Jacob2009-08-23
|\
* | add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
| * hm, forgot to conjugate the arguments in applyJacobiOnTheLeftGravatar Gael Guennebaud2009-08-24
| * fix apply Jacobi for complexes and add documentation for some *Jacobi* functionsGravatar Gael Guennebaud2009-08-23
|/
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* 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
* * 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
* 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
* 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