aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/QR.h
Commit message (Expand)AuthorAge
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | QR and SVD decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* reduce epsilon in QRGravatar Gael Guennebaud2009-01-29
* move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)Gravatar Gael Guennebaud2009-01-28
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* quick bugfix in QR::isFullRank() (not 100% sure about the reference valueGravatar Gael Guennebaud2009-01-20
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * 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
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* 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
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* * rewrite of the QR decomposition:Gravatar Gael Guennebaud2008-06-07
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26