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

#include <LLT.hpp>

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

Public Types

typedef _MatrixType MatrixType
 
typedef MatrixType::RealScalar RealScalar
 
typedef MatrixType::Scalar Scalar
 
typedef Eigen::LLT< MatrixTypeSolver
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > 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)
 

Static Private Member Functions

static MatrixType matrixL (const Solver &self)
 
static MatrixType matrixU (const Solver &self)
 
template<typename VectorType >
static VectorType solve (const Solver &self, const VectorType &vec)
 

Detailed Description

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

Definition at line 19 of file LLT.hpp.

Member Typedef Documentation

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

Definition at line 23 of file LLT.hpp.

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

Definition at line 25 of file LLT.hpp.

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

Definition at line 24 of file LLT.hpp.

template<typename _MatrixType >
typedef Eigen::LLT<MatrixType> eigenpy::LLTSolverVisitor< _MatrixType >::Solver

Definition at line 27 of file LLT.hpp.

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

Definition at line 26 of file LLT.hpp.

Member Function Documentation

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

Definition at line 80 of file LLT.hpp.

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

Definition at line 86 of file LLT.hpp.

template<typename _MatrixType >
static MatrixType eigenpy::LLTSolverVisitor< _MatrixType >::matrixL ( const Solver self)
inlinestaticprivate

Definition at line 99 of file LLT.hpp.

template<typename _MatrixType >
static MatrixType eigenpy::LLTSolverVisitor< _MatrixType >::matrixU ( const Solver self)
inlinestaticprivate

Definition at line 100 of file LLT.hpp.

template<typename _MatrixType >
template<typename VectorType >
static VectorType eigenpy::LLTSolverVisitor< _MatrixType >::solve ( const Solver self,
const VectorType vec 
)
inlinestaticprivate

Definition at line 103 of file LLT.hpp.

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

Definition at line 30 of file LLT.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59