Re: [eigen] typedef does not work |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Matthias Pospiech schrieb:
I could of course use the predefinded Matrix2d, but I tried to define it on my own just to try it. However that did not work:typedef Matrix<double,2,2> ABCDMatrix;
seems I was missing the namespace: typedef Eigen::Matrix<double,2,2> ABCDMatrix; works... Matthias
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |