Re: [eigen] typedef proposal |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
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.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |