From e093b43b2c40f00495937c3134bf55ba29676993 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 6 Jul 2009 17:12:10 +0200 Subject: * rename QR to HouseholderQR because really that impacts the API, not just 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 --- doc/eigendoxy_header.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/eigendoxy_header.html.in') diff --git a/doc/eigendoxy_header.html.in b/doc/eigendoxy_header.html.in index 97cafd41d..572c47158 100644 --- a/doc/eigendoxy_header.html.in +++ b/doc/eigendoxy_header.html.in @@ -6,5 +6,5 @@ \ No newline at end of file -- cgit v1.2.3