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

Public Types

typedef SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering > Visitor
typedef _MatrixType MatrixType
typedef Eigen::SimplicialLDLT< 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::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >

Definition at line 17 of file SimplicialLDLT.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::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseMatrixXs

Definition at line 30 of file SimplicialLDLT.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::SimplicialLDLTVisitor< _MatrixType, _UpLo, _Ordering >::DenseVectorXs

Definition at line 27 of file SimplicialLDLT.hpp.

◆ MatrixType

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

Definition at line 21 of file SimplicialLDLT.hpp.

◆ RealScalar

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

Definition at line 25 of file SimplicialLDLT.hpp.

◆ Scalar

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

Definition at line 24 of file SimplicialLDLT.hpp.

◆ Solver

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

Definition at line 23 of file SimplicialLDLT.hpp.

◆ Visitor

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

Definition at line 20 of file SimplicialLDLT.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 44 of file SimplicialLDLT.hpp.

◆ expose() [2/2]

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

Definition at line 50 of file SimplicialLDLT.hpp.

◆ visit()

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

Definition at line 33 of file SimplicialLDLT.hpp.


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