aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
Commit message (Expand)AuthorAge
...
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* fix #51 (bad use of std::complex::real)Gravatar Gael Guennebaud2009-09-02
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* mergeGravatar Benoit Jacob2009-09-02
|\
* | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...Gravatar Benoit Jacob2009-09-02
| * added missing JacobiRotation's ...Gravatar Hauke Heibel2009-09-01
|/
* [mq]: eigensolverGravatar Gael Guennebaud2009-09-01
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* modernize HouseholderQR too, uniformize all that stuff, update testsGravatar Benoit Jacob2009-08-24
* bring the modern comfort also to ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-24
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* give FullPivotingHouseholderQR all the modern comfortGravatar Benoit Jacob2009-08-24
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* * make HessenbergDecomposition uses the Householder moduleGravatar Gael Guennebaud2009-08-17
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* oops bis, I forgot that SelfAdjointEigneSolver directly called the selector...Gravatar Gael Guennebaud2009-08-14
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fix compilation and segfault issuesGravatar Gael Guennebaud2009-08-06
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* some cleaningGravatar Gael Guennebaud2009-07-31
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | compilation fixesGravatar Gael Guennebaud2009-07-27
* | various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* | * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* | synch with main devel branchGravatar Gael Guennebaud2009-07-15
|\|
| * fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
| * add matrixQR() method exposing the storage. that's where the householder thin...Gravatar Benoit Jacob2009-07-06
| * fix some search-and-replace damageGravatar Benoit Jacob2009-07-06
| * * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
|/
* forward port fix to #12Gravatar Benoit Jacob2009-06-19
* fix #4Gravatar Gael Guennebaud2009-05-23
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Eigensolver decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* compilation fixesGravatar Gael Guennebaud2009-05-12
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* fix warning in TridiagGravatar Gael Guennebaud2009-03-09
* cleaned Tridiagonalization impl, with improved performanceGravatar Gael Guennebaud2009-03-02