codac  1.5.7
codac_Eigen.h
1 #ifndef CODAC_LIB_CODAC_EIGEN_H
2 #define CODAC_LIB_CODAC_EIGEN_H
3 
4 #include <codac_Vector.h>
5 #include <codac_Matrix.h>
6 #include <Eigen/Dense>
7 
8 
9 namespace codac {
10 class EigenHelpers {
11 public:
12  static Eigen::MatrixXd i2e(const Matrix &x);
13 
14  static Eigen::MatrixXd i2e(const Vector &x);
15 
16  static Matrix e2i(const Eigen::MatrixXd &x);
17 };
18 }
19 
20 #endif //CODAC_LIB_CODAC_EIGEN_H
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition: codac_capd_helpers.h:9