Re: [eigen] typedef proposal |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] typedef proposal
- From: Márton Danóczy <marton78@xxxxxxxxx>
- Date: Tue, 27 Oct 2009 15:25:48 +0100
- 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 :from:date:message-id:subject:to:content-type; bh=af/u1+qDx6SM5rrn/BJ0frcKMK5EDAcasJ/TLCLjYiA=; b=vQ8L0uXnvP9tf7hnoUft9NE57/3V+Jf8SVh6UiRGQi+FuVltW5+XOrUUChEQqVutsj H7o+VEW9/UAZ2FWoCWavBr8fnWifoU3YCamR4zajCRV2RQv7Z9/ZZ019eGz86TwLOk4G mCsmF+rtA2BmGWHCVkq3gZ1Vd9+y0XS2QtG1w=
- 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=nGV5WiVoBhY8Tobbc0Vq9y5TrNRqc4qhAhYyRSKBzP8vH00VUtw4BEtXAZVlKNvRHr TpE6Bv8442e6y6dt1tM3OA9LaF2isyazQVaOtde/JS/yBxtTTVN6zo823ipDz8siTsN2 LNwKWT0ybWxD1dGxqi5LCE07XpZ8nWS5V9pvM=
Yes. Shouldn't that be Isometry?
Greets,
Marton
2009/10/27 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Hi,
>
> we already have a bunch of useful typedefs in the lib and I'ld like to
> propose the following useful additions (exemplary for double):
>
> typedef Matrix<double,2,Dynamic> Matrix2Xd;
> typedef Matrix<double,Dynamic,2> MatrixX2d;
>
> typedef Matrix<double,2,Dynamic> Matrix3Xd;
> typedef Matrix<double,Dynamic,2> MatrixX3d;
>
> typedef Matrix<double,2,Dynamic> Matrix4Xd;
> typedef Matrix<double,Dynamic,2> MatrixX4d;
>
> typedef Transform<double,2,Isometrie> Isometrie2d;
> typedef Transform<double,3,Isometrie> Isometrie3d;
>
> Any objections?
>
> Regards,
> Hauke
>
>