Re: [eigen] MatrixX multiply

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


On Fri, 16 Feb 2007, Steven große Deters wrote:

Hi Benoit,

thank you for your advise. I have one additional question: Does Eigen
support m*n matrices or is it limited to n*n matrices ?

It's limited to n*n. Eigen only does square matrices, i.e. width==height.

If you want to know the reason for this design decision, it's that it allows to simplify everything a lot and Eigen wants to focus on the simple stuff. I should set up an online FAQ, in the meanwhile you can see an explanation in this archived mail:

http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2007/01/msg00003.html

Cheers,
Benoit


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