Template Struct ComplexSchurVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< ComplexSchurVisitor< _MatrixType > >

Struct Documentation

template<typename _MatrixType>
struct ComplexSchurVisitor : public boost::python::def_visitor<ComplexSchurVisitor<_MatrixType>>

Public Types

typedef _MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef Eigen::ComplexSchur<MatrixType> Solver

Public Functions

template<class PyClass>
inline void visit(PyClass &cl) const

Public Static Functions

static inline void expose()
static inline void expose(const std::string &name)