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