Template Struct extract< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols >, & >

Inheritance Relationships

Base Type

  • public boost::python::extract_to_eigen_ref< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >

Struct Documentation

template<typename Scalar, int Rows, int Cols, int Options, int MaxRows, int MaxCols>
struct extract<Eigen::Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols>&> : public boost::python::extract_to_eigen_ref<Eigen::Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols>>

Specialization of the boost::python::extract struct for references to Eigen matrix objects.

Public Types

typedef Eigen::Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols> MatrixType
typedef extract_to_eigen_ref<MatrixType> base

Public Functions

inline extract(PyObject *o)
inline extract(api::object const &o)