Template Struct extract< Eigen::RefBase< Derived >, & >

Inheritance Relationships

Base Type

  • public boost::python::extract_to_eigen_ref< Eigen::RefBase< Derived > >

Struct Documentation

template<typename Derived>
struct extract<Eigen::RefBase<Derived>&> : public boost::python::extract_to_eigen_ref<Eigen::RefBase<Derived>>

Public Types

typedef Eigen::RefBase<Derived> MatrixType
typedef extract_to_eigen_ref<MatrixType> base

Public Functions

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