Re: [eigen] anybody knows Japanese?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


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



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/