| Re: [eigen] Specialized QR | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/eigen Archives
] 
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Specialized QR
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 17 May 2009 03:58:45 +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=RRr/rU6neqnSXhDiMgu1Yj3nf7M6mu0g0ovmGcTF0NE=;         b=CX7B8/4Mj77G2IddzctJxfaosLH1SvvPaaW9paPc7y4O2uNbVwbj81SgrxsYX1sRSx bbikPMX0KYB3J7AWgLjXUYAdvGMkOjumgwR1PKEyW1QDMMGqrLbRqgtrg5D8jh6t8Aq8       7FFY8kGE98kLQ0zxoP2wXgrkVNAq3mezebbcI=
- 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=MlsBMmRAHJtf4ULKz1NNLyTclWgEuj04TNan8jURJ861ikf85saH/Xxa2+auKJOARD 7waK3iMpPT4KR6N3ZqJmc5LuVC5Mui1ckrOFHpz4IT1V0UcAF/vvqO6NcVvO6xaOlzxd       BgOFiuWcj9iFuoH6wQjF9Wy5wnE64eKEbdeN0=
2009/5/17 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> This should use Eigen expressions (to benefit from vectorization and
> unrolling), but I agree that it's nontrivial because of the
> interdependence (which forced you to introduce tmp). You can leave it
> like that and let us deal with this, I agree that it's a rather tough
> one to "Eigenify" (I'd say that it is best handled by a custom
> unary-expression functor applied to matrix R_  -- and that matrix
> should then be made row-major).
Ah no, that won't work... no, we need here something like we did in
SwapWrapper... need to think more about this.
Benoit