Re: [eigen] anybody knows Japanese? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] anybody knows Japanese?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 30 Jul 2009 12:29:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Q0GL0bWZWw3d/+ailNMEVzj0b/JDlusqFvyvcLw4874=; b=xqCfxxuSF+VboV9WppV7/WWb4Q40w84oFbMdpw4ic3Yisg7H61dITaNKJVM7YabfrF LJ9jbrKvAiYlx9DkS4EJ5C63Bd2UhwrPxWLKBMcUh5lkOhThZvQKpDvMsklrTHOwufYD D+gqYTqhPP/wj9+QGprMToBNchr1B/RCibRIo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QIL04SWSyFDO6u/7hjloYcajZETB4NcI+JMK6nq6OHTWipLKrW3Wy/k7A3x8qpHSbA TSQvnQe5MqmUpvSkK7eh08/y1KwtVgDvjcJgzA93yMiJzisyyENKro2E2wNdoHKvphaj BxczU+52Y2L5lbGH8juBC06164qq1Oou1o2PM=
2009/7/30 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> then why not implementing a Jacobi method ? It seems it can be as fast as a
> bidiagonalization algorithm without trading the accuracy, e.g.:
>
> http://www.netlib.org/lapack/lawnspdf/lawn170.pdf
I saw this paper, but their algorithm relies on a rank-revealing QR
factorization, which we don't have at the moment.
OK, I guess I'll only do Golub-Kahan for now and worry later about
accuracy. Maybe a sound TODO is
1) implement Golub-Kahan SVD
2) implement RRQR
3) implement modern Jacobi SVD
Helmut: I tried to find their e-mail adresses but couldn't find them.
They're not mentioned in the article, and the authors don't seem to
have web pages.
Benoit