Go to the source code of this file.
Classes | |
class | PolynomialSolver< _Scalar, _Deg > |
A polynomial solver. More... | |
class | PolynomialSolver< _Scalar, 1 > |
class | PolynomialSolverBase< _Scalar, _Deg > |
Defined to be inherited by polynomial solvers: it provides convenient methods such as. More... | |
Defines | |
#define | EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES(BASE) |
#define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES | ( | BASE | ) |
typedef typename BASE::Scalar Scalar; \ typedef typename BASE::RealScalar RealScalar; \ typedef typename BASE::RootType RootType; \ typedef typename BASE::RootsType RootsType;
Definition at line 303 of file PolynomialSolver.h.