aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Typos in tutorialGravatar Jitse Niesen2009-08-26
* 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
* add test for absDeterminant()Gravatar Benoit Jacob2009-08-24
* give FullPivotingHouseholderQR all the modern comfortGravatar Benoit Jacob2009-08-24
* small improvementsGravatar 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
* | let createRandomMatrixOfRank support fixed-size!Gravatar Benoit Jacob2009-08-23
|/
* 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