Template Struct CholmodSupernodalLLTVisitor
Defined in File CholmodSupernodalLLT.hpp
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
-
typedef MatrixType_ MatrixType