[eigen] Vector

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


Dear all,

thank you for previous help I managed to use the Eigen::Matrix
type successfully. This will allow me to progressively simplify my
code.

In particular I use
  template <typename T> using 
  MyMatrix=Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>;
to get the kind of matrix I want: with template type and of variable
size.

However, I expected to be able to write
       Eigen::Vector<T,Eigen::Dynamic>
but this type seems missing. Is there a reason for that ?

Thank you in advance for any help,

  Mathieu


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