Template Struct SVDBaseVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< SVDBaseVisitor< Derived > >

Struct Documentation

template<typename Derived>
struct SVDBaseVisitor : public boost::python::def_visitor<SVDBaseVisitor<Derived>>

Public Types

typedef Derived Solver
typedef Derived::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

Public Functions

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