[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] SVD Bug
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Fri, 24 Sep 2010 16:38:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=WXVNBkbsVdJ0sf3K0vbi6TxuSDAgwL7bw47Nk8TIHG0=; b=F97Xsv+2TCnvZucV+a/qjK7acvxAHgmTCqOGQ5EOq37IBIX5bPZ4TLqbTvnN3QmiF/ TiFwpUMr6yQ7c4kKb+Ou2mEW45+nUSdJPHlWDprJMjWmIYfpS+c00WUlNjxWGRpNt3aO U6Va4ZRdyXqhCdmLcm1WPI3cneHOq/Ho17djA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uxur1ix86yNISFrCZmRw3dpV4l34uncHGMNm75bCD1GULea1tXoNwq3LBFQ1hgNAn+ ub87YQ5g1wOS+key5+DUSw95N8K0E8z27GlTAsw9AjwSjcIYTlHt/mbQDZlnQEcE+zo+ x+e4WUk9VqBIiq+Ng6wno8iQOhE9iv7PM9PFI=
I added Gram Schmidt orthogonalization and I added Helmut's proposal
to use the normal equations to evaluate least squares solutions.
Again, a little check would be great!
Unit tests svd_1 to svd_4 do all pass but svd_9 fails. It seems as if
it gets stuck, no error message, no nothing. What is this test for? It
seems a bit strange.
- Hauke
Attachment:
svd.patch
Description: Binary data