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

Public Types

typedef _MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef Eigen::SelfAdjointEigenSolver< MatrixType > Solver
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > VectorType

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)

Detailed Description

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

Definition at line 18 of file SelfAdjointEigenSolver.hpp.

Member Typedef Documentation

◆ MatrixType

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

Definition at line 21 of file SelfAdjointEigenSolver.hpp.

◆ Scalar

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

Definition at line 22 of file SelfAdjointEigenSolver.hpp.

◆ Solver

template<typename _MatrixType>
typedef Eigen::SelfAdjointEigenSolver<MatrixType> eigenpy::SelfAdjointEigenSolverVisitor< _MatrixType >::Solver

Definition at line 23 of file SelfAdjointEigenSolver.hpp.

◆ VectorType

template<typename _MatrixType>
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1> eigenpy::SelfAdjointEigenSolverVisitor< _MatrixType >::VectorType

Definition at line 24 of file SelfAdjointEigenSolver.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 88 of file SelfAdjointEigenSolver.hpp.

◆ expose() [2/2]

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

Definition at line 94 of file SelfAdjointEigenSolver.hpp.

◆ visit()

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

Definition at line 27 of file SelfAdjointEigenSolver.hpp.


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