Template Struct extract_to_eigen_ref

Inheritance Relationships

Base Type

  • public converter::extract_rvalue< Eigen::Ref< MatrixType > >

Struct Documentation

template<typename MatrixType>
struct extract_to_eigen_ref : public converter::extract_rvalue<Eigen::Ref<MatrixType>>

Public Types

typedef Eigen::Ref<MatrixType> RefType
typedef RefType result_type

Public Functions

inline operator result_type() const
inline extract_to_eigen_ref(PyObject *o)
inline extract_to_eigen_ref(api::object const &o)

Protected Types

typedef converter::extract_rvalue<RefType> base