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

#include <FullPivHouseholderQR.hpp>

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

Public Types

typedef _MatrixType MatrixType
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > MatrixXs
 
typedef MatrixType::RealScalar RealScalar
 
typedef MatrixType::Scalar Scalar
 
typedef Solver Self
 
typedef Eigen::FullPivHouseholderQR< MatrixTypeSolver
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > VectorXs
 

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

static MatrixXs inverse (const Self &self)
 
template<typename MatrixOrVector >
static MatrixOrVector solve (const Solver &self, const MatrixOrVector &vec)
 

Detailed Description

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

Definition at line 16 of file FullPivHouseholderQR.hpp.

Member Typedef Documentation

◆ MatrixType

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

Definition at line 19 of file FullPivHouseholderQR.hpp.

◆ MatrixXs

template<typename _MatrixType >
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::MatrixXs

Definition at line 26 of file FullPivHouseholderQR.hpp.

◆ RealScalar

template<typename _MatrixType >
typedef MatrixType::RealScalar eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::RealScalar

Definition at line 21 of file FullPivHouseholderQR.hpp.

◆ Scalar

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

Definition at line 20 of file FullPivHouseholderQR.hpp.

◆ Self

template<typename _MatrixType >
typedef Solver eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::Self

Definition at line 28 of file FullPivHouseholderQR.hpp.

◆ Solver

template<typename _MatrixType >
typedef Eigen::FullPivHouseholderQR<MatrixType> eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::Solver

Definition at line 27 of file FullPivHouseholderQR.hpp.

◆ VectorXs

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

Definition at line 23 of file FullPivHouseholderQR.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 149 of file FullPivHouseholderQR.hpp.

◆ expose() [2/2]

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

Definition at line 155 of file FullPivHouseholderQR.hpp.

◆ inverse()

template<typename _MatrixType >
static MatrixXs eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::inverse ( const Self self)
inlinestaticprivate

Definition at line 178 of file FullPivHouseholderQR.hpp.

◆ solve()

template<typename _MatrixType >
template<typename MatrixOrVector >
static MatrixOrVector eigenpy::FullPivHouseholderQRSolverVisitor< _MatrixType >::solve ( const Solver self,
const MatrixOrVector &  vec 
)
inlinestaticprivate

Definition at line 175 of file FullPivHouseholderQR.hpp.

◆ visit()

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

Definition at line 31 of file FullPivHouseholderQR.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58