Re: [eigen] Projection matrices in Eigen2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Projection matrices in Eigen2
- From: "Gael Guennebaud" <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 21 Oct 2008 16:49:08 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=T+5zMxZE5J/H8VVHplpgEC0DMVhiC0rjKca0mb3v5pc=; b=q3urZvqeX9CoeVYNrehv4N6WmpS7pNdRBNgFGvnwVbNtwAIyl+HM8TTJ99B+Oj+BFa mNJpCh1g2lCVDwcDXBQMNVzfVRSPA2EEfWQhUJECRDVmYgMXyY1IXGYykCWhiZATjDP4 GKODu1P6De5/tZtzDvX1w+PcoopRAw/Nw4Lcg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qolAsBZtek+SyO0aryp3WibwM+h1cm2NzrXTOG0cR4s0+QM+lztZHLW7CU7i7osnQC Tcu04c1V0KJj2taYtHirIjWrfmjUHTIr2XLIUuu3h0YCofpvN0vJM6XwU0Z1RquQvCtD hSiDcrJyJg1PUTlHQPI+sX7GnVQ2m/Tu2kIhE=
Hi,
in the module Geometry, you will find the class Transform which does
similar things and more.... have a look at the tutorial.
gael.
On Tue, Oct 21, 2008 at 4:12 PM, Jose Alcalá Correa <gskbyte@xxxxxxxxx> wrote:
> Hello!
>
> I'm porting a project from Eigen 1 to Eigen 2. I need to use projection
> matrices (MatrixP in Eigen1), but I can't find an equivalent class for that
> on Eigen2. Do I need to "write my own" MatrixP class (with n+1 size), or is
> there something similar?
>
> Thanks a lot for your help and great work!
>
> --
> Jose Alcalá Correa
> Correo: gskbyte@xxxxxxxxx
> Mésenller: gskbyte@xxxxxxxxxxx
> http://www.gskbyte.net/
>