From 16a7ad808ba1b3d1cfd9ead8c60ca8027faddc95 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Thu, 20 Feb 2014 20:20:58 +0000 Subject: [PATCH] Eigen vector type --- latan/Mat.hpp | 2 ++ 1 file changed, 2 insertions(+) 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: