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

Public Types

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

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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.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 SimplicialLLT.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 42 of file SimplicialLLT.hpp.

◆ expose() [2/2]

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

Definition at line 48 of file SimplicialLLT.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 SimplicialLLT.hpp.


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