Go to the documentation of this file.
18 #ifndef __invdyn_math_fwd_hpp__
19 #define __invdyn_math_fwd_hpp__
23 #ifdef EIGEN_RUNTIME_NO_MALLOC
24 #define EIGEN_MALLOC_ALLOWED Eigen::internal::set_is_malloc_allowed(true);
25 #define EIGEN_MALLOC_NOT_ALLOWED Eigen::internal::set_is_malloc_allowed(false);
27 #define EIGEN_MALLOC_ALLOWED
28 #define EIGEN_MALLOC_NOT_ALLOWED
35 typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1>
Vector;
36 typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic>
Matrix;
38 typedef Eigen::Matrix<bool, Eigen::Dynamic, 1>
VectorXb;
40 typedef Eigen::Matrix<Scalar, 3, 1>
Vector3;
41 typedef Eigen::Matrix<Scalar, 6, 1>
Vector6;
42 typedef Eigen::Matrix<Scalar, 3, Eigen::Dynamic>
Matrix3x;
64 #endif // ifndef __invdyn_math_fwd_hpp__
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
Eigen::Ref< Matrix > RefMatrix
Eigen::Matrix< bool, Eigen::Dynamic, 1 > VectorXb
Eigen::Matrix< Scalar, 6, 1 > Vector6
const typedef Eigen::Ref< const Vector3 > ConstRefVector3
Eigen::Ref< Vector > RefVector
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
const typedef Eigen::Ref< const Vector > ConstRefVector
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
const typedef Eigen::Ref< const Matrix > ConstRefMatrix
Eigen::Matrix< Scalar, 3, 1 > Vector3
Eigen::Ref< Vector3 > RefVector3
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Sat May 3 2025 02:48:16