Template Struct CholmodSupernodalLLTVisitor

Inheritance Relationships

Base Type

  • public boost::python::def_visitor< CholmodSupernodalLLTVisitor< MatrixType_, Eigen::Lower > >

Struct Documentation

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
struct CholmodSupernodalLLTVisitor : public boost::python::def_visitor<CholmodSupernodalLLTVisitor<MatrixType_, Eigen::Lower>>

Public Types

typedef MatrixType_ MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::CholmodSupernodalLLT<MatrixType_, UpLo_> 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)