Template Struct SparseQRVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< SparseQRVisitor< SparseQRType > >

Struct Documentation

template<typename SparseQRType>
struct SparseQRVisitor : public boost::python::def_visitor<SparseQRVisitor<SparseQRType>>

Public Types

typedef SparseQRType::MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> DenseVectorXs
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> DenseMatrixXs
typedef SparseQRType::QRMatrixType QRMatrixType
typedef Eigen::SparseQRMatrixQReturnType<SparseQRType> QType

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)