Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | List of all members
eigenpy::EigenSolverVisitor< _MatrixType > Struct Template Reference

#include <EigenSolver.hpp>

Inheritance diagram for eigenpy::EigenSolverVisitor< _MatrixType >:
Inheritance graph
[legend]

Public Types

typedef _MatrixType MatrixType
 
typedef MatrixType::Scalar Scalar
 
typedef Eigen::EigenSolver< MatrixTypeSolver
 

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)
 

Static Private Member Functions

template<typename MatrixType >
static Solvercompute_proxy (Solver &self, const Eigen::EigenBase< MatrixType > &matrix)
 

Detailed Description

template<typename _MatrixType>
struct eigenpy::EigenSolverVisitor< _MatrixType >

Definition at line 20 of file EigenSolver.hpp.

Member Typedef Documentation

template<typename _MatrixType >
typedef _MatrixType eigenpy::EigenSolverVisitor< _MatrixType >::MatrixType

Definition at line 24 of file EigenSolver.hpp.

template<typename _MatrixType >
typedef MatrixType::Scalar eigenpy::EigenSolverVisitor< _MatrixType >::Scalar

Definition at line 25 of file EigenSolver.hpp.

template<typename _MatrixType >
typedef Eigen::EigenSolver<MatrixType> eigenpy::EigenSolverVisitor< _MatrixType >::Solver

Definition at line 26 of file EigenSolver.hpp.

Member Function Documentation

template<typename _MatrixType >
template<typename MatrixType >
static Solver& eigenpy::EigenSolverVisitor< _MatrixType >::compute_proxy ( Solver self,
const Eigen::EigenBase< MatrixType > &  matrix 
)
inlinestaticprivate

Definition at line 88 of file EigenSolver.hpp.

template<typename _MatrixType >
static void eigenpy::EigenSolverVisitor< _MatrixType >::expose ( )
inlinestatic

Definition at line 71 of file EigenSolver.hpp.

template<typename _MatrixType >
static void eigenpy::EigenSolverVisitor< _MatrixType >::expose ( const std::string &  name)
inlinestatic

Definition at line 77 of file EigenSolver.hpp.

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

Definition at line 29 of file EigenSolver.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59