Go to the source code of this file.
Classes | |
class | Eigen::PolynomialSolver< _Scalar, _Deg > |
A polynomial solver. More... | |
class | Eigen::PolynomialSolver< _Scalar, 1 > |
class | Eigen::PolynomialSolverBase< _Scalar, _Deg > |
Defined to be inherited by polynomial solvers: it provides convenient methods such as. More... | |
Namespaces | |
namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
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 293 of file PolynomialSolver.h.