Re: [eigen] HouseholderQR bug?? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] HouseholderQR bug??
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Mon, 26 Apr 2010 16:42:52 +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=47cJpfj3m3crur/MVHpWJ2Mjj6R8NRLxHwS8ci2m8L0=; b=JpMZq9Kot3sd0FDGfMZU97fc7CgyaRrBN410B1csGKFLignr0tTFPmnFpLB16Y4uKc HwOJ2pXINrKc1/yld2UaXMu13tsV3hXiQG4x2NKREWTiDCF0mw63qtf4C84B1SN0K6S/ DNdEBt2/HZuCPRbmnCzRGqMXWjGJ0qQv2r6cc=
- 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=mOI476U2Z7uCn4HLdc7WRORPtNw+uiWG3iT05uhFcF1Tf0x3fEdweZFoqd+CI0HDu+ GmiQQs7CjBwtgdG/KByoT/R8bgM8BeB29NYsDoim6vpQos6itE1LQNCycx77myUncqip YIeDQh0+yN0/IuO/fpaICwVfREeAPF+xCHbP0=
A fix is on the way. The problem was (still is) that
ei_traits<Map<..., int Options, ...>> derives from
ei_traits<Matrix<...,int Options,...> and the Matrix trait's enum
Option shadowed Map's template parameter Option.
- Hauke