Namespaces | |
converter | |
detail | |
objects | |
Classes | |
struct | extract< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > & > |
Specialization of the boost::python::extract struct for references to Eigen matrix objects. More... | |
struct | extract< Eigen::MatrixBase< Derived > & > |
struct | extract< Eigen::RefBase< Derived > & > |
struct | extract_to_eigen_ref |
struct | to_python_indirect< const Eigen::Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime > &, MakeHolder > |
struct | to_python_indirect< Eigen::Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, Options, MaxRowsAtCompileTime, MaxColsAtCompileTime > &, MakeHolder > |
struct | to_python_indirect_eigen |
struct | to_python_value< const std::unique_ptr< T > & > |
Specialize to_python_value for std::unique_ptr. More... | |