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