eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ > Struct Template Reference
Inheritance diagram for eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >:
[legend]
Collaboration diagram for eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >:
[legend]

Public Types

typedef MatrixType_ MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::CholmodSimplicialLLT< MatrixType_, UpLo_ > Solver

Public Member Functions

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

Static Public Member Functions

static void expose ()
static void expose (const std::string &name)

Detailed Description

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
struct eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >

Definition at line 15 of file CholmodSimplicialLLT.hpp.

Member Typedef Documentation

◆ MatrixType

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
typedef MatrixType_ eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::MatrixType

Definition at line 18 of file CholmodSimplicialLLT.hpp.

◆ RealScalar

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
typedef MatrixType::RealScalar eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::RealScalar

Definition at line 20 of file CholmodSimplicialLLT.hpp.

◆ Scalar

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
typedef MatrixType::Scalar eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::Scalar

Definition at line 19 of file CholmodSimplicialLLT.hpp.

◆ Solver

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
typedef Eigen::CholmodSimplicialLLT<MatrixType_, UpLo_> eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::Solver

Definition at line 22 of file CholmodSimplicialLLT.hpp.

Member Function Documentation

◆ expose() [1/2]

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
void eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::expose()
inlinestatic

Definition at line 37 of file CholmodSimplicialLLT.hpp.

◆ expose() [2/2]

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
void eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::expose(const std::string &name)
inlinestatic

Definition at line 43 of file CholmodSimplicialLLT.hpp.

◆ visit()

template<typename MatrixType_, int UpLo_ = Eigen::Lower>
template<class PyClass>
void eigenpy::CholmodSimplicialLLTVisitor< MatrixType_, UpLo_ >::visit(PyClass &cl)const
inline

Definition at line 25 of file CholmodSimplicialLLT.hpp.


The documentation for this struct was generated from the following file: