Go to the source code of this file.
|  | 
| struct | pinocchio::python::CasadiMatrixFromPython< CasadiMatrix > | 
|  | 
| struct | pinocchio::python::CasadiMatrixToPython< CasadiMatrix > | 
|  | 
| struct | eigenpy::casadi::CasadiType | 
|  | 
| struct | eigenpy::EigenFromPy< Eigen::Matrix<::casadi::Matrix< CasadiScalar >, Rows, Cols, Options, MaxRows, MaxCols > > | 
|  | 
| struct | eigenpy::EigenToPy< Eigen::Ref< MatType, Options, Stride >, ::casadi::Matrix<::casadi::SXElem > > | 
|  | 
| struct | eigenpy::EigenToPy< MatType, ::casadi::Matrix<::casadi::SXElem > > | 
|  | 
| struct | eigenpy::expected_pytype_for_arg< Eigen::Matrix<::casadi::Matrix< CasadiScalar >, Rows, Cols, Options, MaxRows, MaxCols >, Eigen::MatrixBase< Eigen::Matrix<::casadi::Matrix< CasadiScalar >, Rows, Cols, Options, MaxRows, MaxCols > > > | 
|  | 
| struct | eigenpy::expose_eigen_type_impl< SparseType, Eigen::SparseMatrixBase< SparseType >, ::casadi::Matrix< _Scalar > > | 
|  | 
| struct | eigenpy::expose_eigen_type_impl< TensorType, Eigen::TensorBase< TensorType >, ::casadi::Matrix< _Scalar > > | 
|  | 
| struct | pinocchio::python::CasadiMatrixFromPython< CasadiMatrix >::Extractor | 
|  | 
| struct | eigenpy::has_operator_equal<::casadi::Matrix< Scalar > > | 
|  | 
◆ PINOCCHIO_PYTHON_NO_SERIALIZATION
      
        
          | #define PINOCCHIO_PYTHON_NO_SERIALIZATION | 
      
 
 
◆ PINOCCHIO_PYTHON_SCALAR_TYPE
      
        
          | #define PINOCCHIO_PYTHON_SCALAR_TYPE   ::casadi::SX | 
      
 
 
◆ PINOCCHIO_PYTHON_SKIP_ALGORITHM_CONSTRAINED_DYNAMICS
      
        
          | #define PINOCCHIO_PYTHON_SKIP_ALGORITHM_CONSTRAINED_DYNAMICS | 
      
 
 
◆ PINOCCHIO_PYTHON_SKIP_CASADI_UNSUPPORTED
      
        
          | #define PINOCCHIO_PYTHON_SKIP_CASADI_UNSUPPORTED | 
      
 
 
◆ PINOCCHIO_PYTHON_SKIP_COMPARISON_OPERATIONS
      
        
          | #define PINOCCHIO_PYTHON_SKIP_COMPARISON_OPERATIONS | 
      
 
 
◆ PINOCCHIO_PYTHON_SKIP_REACHABLE_WORKSPACE
      
        
          | #define PINOCCHIO_PYTHON_SKIP_REACHABLE_WORKSPACE | 
      
 
 
◆ RETURN_VALUE
      
        
          | #define RETURN_VALUE | ( |  | value | ) |  | 
      
 
Value:  {                                                                                                \
    Py_DECREF(reinterpret_cast<PyObject *>(casadi_matrix_swig_obj));                               \
  }