aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/HouseholderQR_solve.cpp
Commit message (Collapse)AuthorAge
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
|
* fix compilation of the doc and started a page dedicated to high performance ↵Gravatar Gael Guennebaud2009-07-27
| | | | and or BLAS users
* * rename QR to HouseholderQR because really that impacts the API, not just ↵Gravatar Benoit Jacob2009-07-06
the impl. * rename qr() to householderQr(), for same reason. * clarify that it's non-pivoting, non-rank-revealing, so remove all the rank API, make solve() be void instead of bool, update the docs/test, etc. * fix warning in SVD