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

Public Types

typedef LeastSquaresConjugateGradient::MatrixType MatrixType

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

template<typename LeastSquaresConjugateGradient>
struct eigenpy::LeastSquaresConjugateGradientVisitor< LeastSquaresConjugateGradient >

Definition at line 17 of file LeastSquaresConjugateGradient.hpp.

Member Typedef Documentation

◆ MatrixType

template<typename LeastSquaresConjugateGradient>
typedef LeastSquaresConjugateGradient::MatrixType eigenpy::LeastSquaresConjugateGradientVisitor< LeastSquaresConjugateGradient >::MatrixType

Definition at line 20 of file LeastSquaresConjugateGradient.hpp.

Member Function Documentation

◆ expose()

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

Definition at line 33 of file LeastSquaresConjugateGradient.hpp.

◆ visit()

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

Definition at line 23 of file LeastSquaresConjugateGradient.hpp.


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