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

Public Types

typedef Derived Solver
typedef Derived::MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > VectorXs
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > MatrixXs

Public Member Functions

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

Detailed Description

template<typename Derived>
struct eigenpy::SVDBaseVisitor< Derived >

Definition at line 18 of file SVDBase.hpp.

Member Typedef Documentation

◆ MatrixType

template<typename Derived>
typedef Derived::MatrixType eigenpy::SVDBaseVisitor< Derived >::MatrixType

Definition at line 22 of file SVDBase.hpp.

◆ MatrixXs

template<typename Derived>
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::SVDBaseVisitor< Derived >::MatrixXs

Definition at line 30 of file SVDBase.hpp.

◆ RealScalar

template<typename Derived>
typedef MatrixType::RealScalar eigenpy::SVDBaseVisitor< Derived >::RealScalar

Definition at line 24 of file SVDBase.hpp.

◆ Scalar

template<typename Derived>
typedef MatrixType::Scalar eigenpy::SVDBaseVisitor< Derived >::Scalar

Definition at line 23 of file SVDBase.hpp.

◆ Solver

template<typename Derived>
typedef Derived eigenpy::SVDBaseVisitor< Derived >::Solver

Definition at line 20 of file SVDBase.hpp.

◆ VectorXs

template<typename Derived>
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::SVDBaseVisitor< Derived >::VectorXs

Definition at line 27 of file SVDBase.hpp.

Member Function Documentation

◆ visit()

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

Definition at line 33 of file SVDBase.hpp.


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