Template Struct SelfAdjointEigenSolverVisitor
Defined in File SelfAdjointEigenSolver.hpp
Inheritance Relationships
Base Type
public boost::python::def_visitor< SelfAdjointEigenSolverVisitor< _MatrixType > >
Struct Documentation
-
template<typename _MatrixType>
struct SelfAdjointEigenSolverVisitor : public boost::python::def_visitor<SelfAdjointEigenSolverVisitor<_MatrixType>> Public Types
-
typedef _MatrixType MatrixType
-
typedef MatrixType::Scalar Scalar
-
typedef Eigen::SelfAdjointEigenSolver<MatrixType> Solver
-
typedef _MatrixType MatrixType