aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/Tridiagonalization.h
Commit message (Expand)AuthorAge
* * 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 the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* some cleaningGravatar Gael Guennebaud2009-07-31
* 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
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
|/
* forward port fix to #12Gravatar Benoit Jacob2009-06-19
* fix #4Gravatar Gael Guennebaud2009-05-23
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* fix warning in TridiagGravatar Gael Guennebaud2009-03-09
* cleaned Tridiagonalization impl, with improved performanceGravatar Gael Guennebaud2009-03-02
* one last compilation fix ...Gravatar Benoit Jacob2008-12-22
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* Remove executable here tooGravatar Laurent Montel2008-11-04
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* * rewrite of the QR decomposition:Gravatar Gael Guennebaud2008-06-07
* fix some compile errors with gcc 4.3, some warnings, some documentationGravatar Benoit Jacob2008-06-06
* add an optimized path for the tridiagonalization of a 3x3 matrix.Gravatar Gael Guennebaud2008-06-04
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* fix eigenvectors computations :)Gravatar Gael Guennebaud2008-06-03
* Rewrite from scratch of the eigen solver for symmetric matricesGravatar Gael Guennebaud2008-06-02
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01