1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 17:35:55 +01:00

Eigen vector type

This commit is contained in:
Antonin Portelli 2014-02-20 20:20:58 +00:00
parent 79e5a39a36
commit 16a7ad808b

View File

@ -26,6 +26,8 @@
BEGIN_NAMESPACE
typedef Eigen::VectorXd DVec;
class DMat: public Eigen::MatrixXd, public IoObject
{
private: