Template Struct SparseLUVisitor
Defined in File SparseLU.hpp
Inheritance Relationships
Base Type
public boost::python::def_visitor< SparseLUVisitor< _MatrixType, Eigen::COLAMDOrdering< typename _MatrixType::StorageIndex > > >
Struct Documentation
-
template<typename _MatrixType, typename _Ordering = Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>
struct SparseLUVisitor : public boost::python::def_visitor<SparseLUVisitor<_MatrixType, Eigen::COLAMDOrdering<typename _MatrixType::StorageIndex>>> Public Types
-
typedef SparseLUVisitor<_MatrixType, _Ordering> Visitor
-
typedef _MatrixType MatrixType
-
typedef Eigen::SparseLU<MatrixType> Solver
-
typedef MatrixType::Scalar Scalar
-
typedef MatrixType::RealScalar RealScalar
-
typedef MatrixType::StorageIndex StorageIndex
-
typedef Eigen::MappedSparseMatrix<Scalar, Eigen::ColMajor, StorageIndex> MappedSparseMatrix
-
typedef Eigen::SparseLUMatrixUReturnType<SCMatrix, MappedSparseMatrix> UType
-
typedef SparseLUVisitor<_MatrixType, _Ordering> Visitor