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

Public Types

typedef _MatrixType MatrixType
typedef Eigen::BDCSVD< MatrixType > Solver
typedef MatrixType::Scalar Scalar

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::BDCSVDVisitor< _MatrixType >

Definition at line 19 of file BDCSVD.hpp.

Member Typedef Documentation

◆ MatrixType

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

Definition at line 21 of file BDCSVD.hpp.

◆ Scalar

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

Definition at line 23 of file BDCSVD.hpp.

◆ Solver

template<typename _MatrixType>
typedef Eigen::BDCSVD<MatrixType> eigenpy::BDCSVDVisitor< _MatrixType >::Solver

Definition at line 22 of file BDCSVD.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 61 of file BDCSVD.hpp.

◆ expose() [2/2]

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

Definition at line 67 of file BDCSVD.hpp.

◆ visit()

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

Definition at line 26 of file BDCSVD.hpp.


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