Re: [eigen] typedef proposal

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


2009/10/27 Adolfo Rodríguez Tsouroukdissian <dofo79@xxxxxxxxx>

2009/10/27 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> 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;
>
A minor comment, possibly related to copy/pasting. The last 4 typedefs state the fixed dimension as always being 2, instead of 3 or 4.

Indeed. It is a typo though it did not end up in the repository...

- Hauke


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/