aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/HessenbergDecomposition.h
Commit message (Expand)AuthorAge
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* 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
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* 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