12 #if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
13 #pragma GCC diagnostic push
14 #pragma GCC diagnostic ignored "-Wmisleading-indentation"
15 #include <Eigen/Dense>
16 #pragma GCC diagnostic pop
18 #include <Eigen/Dense>
60 template <
typename T,
unsigned int rows,
unsigned int cols>
63 template <
unsigned int rows,
unsigned int cols>
66 template <
unsigned int rows,
unsigned int cols>
69 template <
typename T,
unsigned int rows>
72 template <
unsigned int rows>
75 template <
unsigned int rows>
78 template <
typename T,
unsigned int rows>
81 template <
unsigned int rows>
84 template <
unsigned int rows>
87 template <
typename T,
unsigned int cols>
90 template <
unsigned int cols>
93 template <
unsigned int cols>
97 using ActsMatrixX = Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>;
102 template <
typename T>
108 template <
typename T>