Template Struct IncompleteLUTVisitor
Defined in File IncompleteLUT.hpp
Inheritance Relationships
Base Type
public boost::python::def_visitor< IncompleteLUTVisitor< _MatrixType > >
Struct Documentation
-
template<typename _MatrixType>
struct IncompleteLUTVisitor : public boost::python::def_visitor<IncompleteLUTVisitor<_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 _MatrixType MatrixType