aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy_header.html.in
Commit message (Collapse)AuthorAge
* * 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
* minor doc fixesGravatar Gael Guennebaud2008-08-29
|
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
| | | | | * clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly !
* Various doc improvements... including a owl in the API doc header.Gravatar Gael Guennebaud2008-08-25