diff --git a/latan/Mat.hpp b/latan/Mat.hpp index 15eabef..329f76a 100644 --- a/latan/Mat.hpp +++ b/latan/Mat.hpp @@ -26,6 +26,8 @@ BEGIN_NAMESPACE +typedef Eigen::VectorXd DVec; + class DMat: public Eigen::MatrixXd, public IoObject { private: