Template Struct MINRESSolverVisitor

Inheritance Relationships

Base Type

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

Struct Documentation

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

Public Types

typedef _MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> VectorXs
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> MatrixXs
typedef Eigen::MINRES<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)