Public Types | Public Member Functions | Static Public Member Functions | List of all members
eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering > Struct Template Reference

#include <LLT.hpp>

Inheritance diagram for eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >:
Inheritance graph
[legend]

Public Types

typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > DenseMatrixXs
 
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > DenseVectorXs
 
typedef _MatrixType MatrixType
 
typedef MatrixType::RealScalar RealScalar
 
typedef MatrixType::Scalar Scalar
 
typedef Eigen::SimplicialLLT< MatrixTypeSolver
 
typedef SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering > Visitor
 

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, int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
struct eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >

Definition at line 17 of file sparse/LLT.hpp.

Member Typedef Documentation

◆ DenseMatrixXs

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options> eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseMatrixXs

Definition at line 30 of file sparse/LLT.hpp.

◆ DenseVectorXs

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::Matrix<Scalar, Eigen::Dynamic, 1, MatrixType::Options> eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseVectorXs

Definition at line 27 of file sparse/LLT.hpp.

◆ MatrixType

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef _MatrixType eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::MatrixType

Definition at line 21 of file sparse/LLT.hpp.

◆ RealScalar

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef MatrixType::RealScalar eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::RealScalar

Definition at line 25 of file sparse/LLT.hpp.

◆ Scalar

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef MatrixType::Scalar eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::Scalar

Definition at line 24 of file sparse/LLT.hpp.

◆ Solver

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::SimplicialLLT<MatrixType> eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::Solver

Definition at line 23 of file sparse/LLT.hpp.

◆ Visitor

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
typedef SimplicialLLTVisitor<_MatrixType, _UpLo, _Ordering> eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::Visitor

Definition at line 20 of file sparse/LLT.hpp.

Member Function Documentation

◆ expose() [1/2]

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
static void eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::expose ( )
inlinestatic

Definition at line 42 of file sparse/LLT.hpp.

◆ expose() [2/2]

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
static void eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::expose ( const std::string &  name)
inlinestatic

Definition at line 48 of file sparse/LLT.hpp.

◆ visit()

template<typename _MatrixType , int _UpLo = Eigen::Lower, typename _Ordering = Eigen::AMDOrdering<typename _MatrixType::StorageIndex>>
template<class PyClass >
void eigenpy::SimplicialLLTVisitor< _MatrixType, _UpLo, _Ordering >::visit ( PyClass &  cl) const
inline

Definition at line 33 of file sparse/LLT.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Apr 26 2024 02:17:35