Re: [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::Matrixtype successfully. This will allow me to progressively simplify mycode.In particular I usetemplate <typename T> usingMyMatrix=Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>;to get the kind of matrix I want: with template type and of variablesize.However, I expected to be able to writeEigen::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/ |