Template Struct IncompleteCholeskyVisitor
Defined in File IncompleteCholesky.hpp
Inheritance Relationships
Base Type
public boost::python::def_visitor< IncompleteCholeskyVisitor< _MatrixType > >
Struct Documentation
-
template<typename _MatrixType>
struct IncompleteCholeskyVisitor : public boost::python::def_visitor<IncompleteCholeskyVisitor<_MatrixType>> Public Types
-
typedef _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 Eigen::Matrix<RealScalar, Eigen::Dynamic, 1> VectorRx
-
typedef Eigen::PermutationMatrix<Eigen::Dynamic, Eigen::Dynamic> PermutationType
-
typedef _MatrixType MatrixType