Re: [eigen] inconsistency in fast eigen decomposition |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] inconsistency in fast eigen decomposition
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 3 Feb 2011 14:21:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=HIQRftlehWW1TSszVtrQomVl5x7qAmo4zq/W3VTMmRA=; b=oZ2iW3kDcCLiep6FXSEp1GW437MSeQd1aC0wu+cyEBcAUfmbS3snBDuD85ygladjeW mXZ5Zwa+K17rtg6GTV6K1eBAy1NyJ625EC4Zw+PHYR9ZIGjpJ5qntjeOf87WD/x+hPYB PLwVIfpXikmY2NbZXh5pIJBUOwy/w9baybcoM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=q1EV33iQiQVwOAh1YM4bpFPcSCDx4Xg2OI+Nz3MtVmt1YJv4hpQkYfSwECZzW9WeVP KaqrjmE0IHah1oX+S3AguOvlB7zzEPIm33vv25V3ATBSSton6TD8b98yg3zVwFg/5q08 FNElsaX63rq50GPi8vFufeApwz+yt9p2LMork=
yes but was is strange in Radu's example is that the direct method
find a negative eigenvalue while they should all be positive (or equal
to zero). I guess that's because of the multiple trigonometric
functions. Anyway, now I start to compute the eigenvectors from the
biggest eigenvalue and compute the last eigenvectors from the first
two while taking care of some degenerated cases.
gael
On Thu, Feb 3, 2011 at 1:52 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Yeah, it's hard to be accurate when there are degenerate eigenvalues.
> Radu's example had well separated eigenvalues.