mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
Eigen vector type moved to global header
This commit is contained in:
parent
157fda5445
commit
0d0c0e6730
@ -62,6 +62,9 @@ namespace Env
|
|||||||
extern const std::string msgPrefix;
|
extern const std::string msgPrefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vector type
|
||||||
|
typedef Eigen::VectorXd DVec;
|
||||||
|
|
||||||
// pointer type test
|
// pointer type test
|
||||||
template <typename Derived, typename Base>
|
template <typename Derived, typename Base>
|
||||||
inline bool isDerivedFrom(const Base *pt)
|
inline bool isDerivedFrom(const Base *pt)
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
|
|
||||||
BEGIN_NAMESPACE
|
BEGIN_NAMESPACE
|
||||||
|
|
||||||
typedef Eigen::VectorXd DVec;
|
|
||||||
|
|
||||||
class DMat: public Eigen::MatrixXd, public IoObject
|
class DMat: public Eigen::MatrixXd, public IoObject
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user