1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00

Eigen vector type moved to global header

This commit is contained in:
Antonin Portelli 2014-02-21 01:17:51 +00:00
parent 157fda5445
commit 0d0c0e6730
2 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,9 @@ namespace Env
extern const std::string msgPrefix;
}
// vector type
typedef Eigen::VectorXd DVec;
// pointer type test
template <typename Derived, typename Base>
inline bool isDerivedFrom(const Base *pt)

View File

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