Template Struct SparseQRVisitor
Defined in File SparseQR.hpp
Inheritance Relationships
Base Type
public boost::python::def_visitor< SparseQRVisitor< SparseQRType > >
Struct Documentation
-
template<typename SparseQRType>
struct SparseQRVisitor : public boost::python::def_visitor<SparseQRVisitor<SparseQRType>> Public Types
-
typedef SparseQRType::MatrixType MatrixType
-
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
-
typedef SparseQRType::QRMatrixType QRMatrixType
-
typedef Eigen::SparseQRMatrixQReturnType<SparseQRType> QType
-
typedef SparseQRType::MatrixType MatrixType