aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* [mq]: eigensolverGravatar Gael Guennebaud2009-09-01
* I've been too fast (again)Gravatar Gael Guennebaud2009-09-01
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* Bug fix in MatrixExponential.hGravatar Jitse Niesen2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* simplificationsGravatar Benoit Jacob2009-08-31
* add VERIFY_IS_UNITARYGravatar Benoit Jacob2009-08-31
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* 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
* Force release builds on Windows machines in the test suite.Gravatar John Smith2009-08-28
* Fixed SSE related build warning on 64-bit windows systems.Gravatar John Smith2009-08-28
* 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