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