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

Public Types

typedef SparseLUVisitor< _MatrixType, _Ordering > Visitor
typedef _MatrixType MatrixType
typedef Eigen::SparseLU< MatrixType > Solver
typedef MatrixType::Scalar Scalar
typedef MatrixType::RealScalar RealScalar
typedef Solver::SCMatrix SCMatrix
typedef MatrixType::StorageIndex StorageIndex
typedef Eigen::MappedSparseMatrix< Scalar, Eigen::ColMajor, StorageIndex > MappedSparseMatrix
typedef Eigen::SparseLUMatrixLReturnType< SCMatrix > LType
typedef Eigen::SparseLUMatrixUReturnType< SCMatrix, MappedSparseMatrix > UType

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, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
struct eigenpy::SparseLUVisitor< _MatrixType, _Ordering >

Definition at line 90 of file SparseLU.hpp.

Member Typedef Documentation

◆ LType

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::SparseLUMatrixLReturnType<SCMatrix> eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::LType

Definition at line 103 of file SparseLU.hpp.

◆ MappedSparseMatrix

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::MappedSparseMatrix<Scalar, Eigen::ColMajor, StorageIndex> eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::MappedSparseMatrix

Definition at line 102 of file SparseLU.hpp.

◆ MatrixType

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef _MatrixType eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::MatrixType

Definition at line 93 of file SparseLU.hpp.

◆ RealScalar

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef MatrixType::RealScalar eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::RealScalar

Definition at line 97 of file SparseLU.hpp.

◆ Scalar

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef MatrixType::Scalar eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::Scalar

Definition at line 96 of file SparseLU.hpp.

◆ SCMatrix

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef Solver::SCMatrix eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::SCMatrix

Definition at line 99 of file SparseLU.hpp.

◆ Solver

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::SparseLU<MatrixType> eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::Solver

Definition at line 95 of file SparseLU.hpp.

◆ StorageIndex

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef MatrixType::StorageIndex eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::StorageIndex

Definition at line 100 of file SparseLU.hpp.

◆ UType

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef Eigen::SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix> eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::UType

Definition at line 104 of file SparseLU.hpp.

◆ Visitor

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
typedef SparseLUVisitor<_MatrixType, _Ordering> eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::Visitor

Definition at line 92 of file SparseLU.hpp.

Member Function Documentation

◆ expose() [1/2]

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
void eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::expose()
inlinestatic

Definition at line 182 of file SparseLU.hpp.

◆ expose() [2/2]

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
void eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::expose(const std::string &name)
inlinestatic

Definition at line 188 of file SparseLU.hpp.

◆ visit()

template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
template<class PyClass>
void eigenpy::SparseLUVisitor< _MatrixType, _Ordering >::visit(PyClass &cl)const
inline

Definition at line 107 of file SparseLU.hpp.


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