mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-18 15:27:05 +01:00
Eigen vector type moved to global header
This commit is contained in:
@ -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)
|
||||
|
@ -26,8 +26,6 @@
|
||||
|
||||
BEGIN_NAMESPACE
|
||||
|
||||
typedef Eigen::VectorXd DVec;
|
||||
|
||||
class DMat: public Eigen::MatrixXd, public IoObject
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user