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

Public Types

typedef Eigen::VectorXd VectorType

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

template<typename Preconditioner>
struct eigenpy::BFGSPreconditionerBaseVisitor< Preconditioner >

Definition at line 17 of file BFGSPreconditioners.hpp.

Member Typedef Documentation

◆ VectorType

template<typename Preconditioner>
typedef Eigen::VectorXd eigenpy::BFGSPreconditionerBaseVisitor< Preconditioner >::VectorType

Definition at line 19 of file BFGSPreconditioners.hpp.

Member Function Documentation

◆ expose()

template<typename Preconditioner>
void eigenpy::BFGSPreconditionerBaseVisitor< Preconditioner >::expose(const std::string &name)
inlinestatic

Definition at line 39 of file BFGSPreconditioners.hpp.

◆ visit()

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

Definition at line 21 of file BFGSPreconditioners.hpp.


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