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

#include <minres.hpp>

Inheritance diagram for eigenpy::MINRESSolverVisitor< _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 Eigen::MINRES< 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

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

Detailed Description

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

Definition at line 125 of file minres.hpp.

Member Typedef Documentation

◆ MatrixType

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

Definition at line 127 of file minres.hpp.

◆ MatrixXs

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

Definition at line 134 of file minres.hpp.

◆ RealScalar

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

Definition at line 129 of file minres.hpp.

◆ Scalar

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

Definition at line 128 of file minres.hpp.

◆ Solver

template<typename _MatrixType >
typedef Eigen::MINRES<MatrixType> eigenpy::MINRESSolverVisitor< _MatrixType >::Solver

Definition at line 135 of file minres.hpp.

◆ VectorXs

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

Definition at line 131 of file minres.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 149 of file minres.hpp.

◆ expose() [2/2]

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

Definition at line 155 of file minres.hpp.

◆ solve()

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

Definition at line 173 of file minres.hpp.

◆ visit()

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

Definition at line 138 of file minres.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:27