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

Public Types

typedef ConjugateGradient::MatrixType MatrixType

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

template<typename ConjugateGradient>
struct eigenpy::ConjugateGradientVisitor< ConjugateGradient >

Definition at line 17 of file ConjugateGradient.hpp.

Member Typedef Documentation

◆ MatrixType

template<typename ConjugateGradient>
typedef ConjugateGradient::MatrixType eigenpy::ConjugateGradientVisitor< ConjugateGradient >::MatrixType

Definition at line 20 of file ConjugateGradient.hpp.

Member Function Documentation

◆ expose()

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

Definition at line 33 of file ConjugateGradient.hpp.

◆ visit()

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

Definition at line 23 of file ConjugateGradient.hpp.


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