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

Public Types

typedef BiCGSTAB::MatrixType MatrixType

Public Member Functions

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

Static Public Member Functions

static void expose (const std::string &name="BiCGSTAB")

Detailed Description

template<typename BiCGSTAB>
struct eigenpy::BiCGSTABVisitor< BiCGSTAB >

Definition at line 16 of file BiCGSTAB.hpp.

Member Typedef Documentation

◆ MatrixType

template<typename BiCGSTAB>
typedef BiCGSTAB::MatrixType eigenpy::BiCGSTABVisitor< BiCGSTAB >::MatrixType

Definition at line 18 of file BiCGSTAB.hpp.

Member Function Documentation

◆ expose()

template<typename BiCGSTAB>
void eigenpy::BiCGSTABVisitor< BiCGSTAB >::expose(const std::string &name = "BiCGSTAB")
inlinestatic

Definition at line 31 of file BiCGSTAB.hpp.

◆ visit()

template<typename BiCGSTAB>
template<class PyClass>
void eigenpy::BiCGSTABVisitor< BiCGSTAB >::visit(PyClass &cl)const
inline

Definition at line 21 of file BiCGSTAB.hpp.


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