Template Struct IterativeSolverBaseVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< IterativeSolverBaseVisitor< _Solver > >

Struct Documentation

template<typename _Solver>
struct IterativeSolverBaseVisitor : public boost::python::def_visitor<IterativeSolverBaseVisitor<_Solver>>

Public Types

typedef _Solver Solver
typedef Solver::MatrixType MatrixType
typedef Solver::Preconditioner Preconditioner
typedef Solver::Scalar Scalar
typedef Solver::RealScalar RealScalar
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> MatrixXs

Public Functions

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