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

Public Types

typedef _MatrixType MatrixType
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1, MatrixType::Options > VectorXs
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic, MatrixType::Options > MatrixXs
typedef Eigen::LLT< MatrixType > Solver

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>
struct eigenpy::LLTSolverVisitor< _MatrixType >

Definition at line 18 of file LLT.hpp.

Member Typedef Documentation

◆ MatrixType

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

Definition at line 20 of file LLT.hpp.

◆ MatrixXs

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

Definition at line 27 of file LLT.hpp.

◆ RealScalar

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

Definition at line 22 of file LLT.hpp.

◆ Scalar

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

Definition at line 21 of file LLT.hpp.

◆ Solver

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

Definition at line 28 of file LLT.hpp.

◆ VectorXs

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

Definition at line 24 of file LLT.hpp.

Member Function Documentation

◆ expose() [1/2]

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

Definition at line 98 of file LLT.hpp.

◆ expose() [2/2]

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

Definition at line 104 of file LLT.hpp.

◆ visit()

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

Definition at line 31 of file LLT.hpp.


The documentation for this struct was generated from the following file:
  • include/eigenpy/decompositions/LLT.hpp