PolynomialSolver.h File Reference

Go to the source code of this file.

Classes

class  Eigen::PolynomialSolverBase< Scalar_, Deg_ >
 Defined to be inherited by polynomial solvers: it provides convenient methods such as. More...
 
class  Eigen::PolynomialSolver< Scalar_, Deg_ >
 A polynomial solver. More...
 
class  Eigen::PolynomialSolver< Scalar_, 1 >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 

Macros

#define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES(BASE)
 

Macro Definition Documentation

◆ EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES

#define EIGEN_POLYNOMIAL_SOLVER_BASE_INHERITED_TYPES (   BASE)
Value:
typedef typename BASE::Scalar Scalar; \
typedef typename BASE::RealScalar RealScalar; \
typedef typename BASE::RootType RootType; \
typedef typename BASE::RootsType RootsType;
SCALAR Scalar
Definition: bench_gemm.cpp:45
NumTraits< Scalar >::Real RealScalar
Definition: bench_gemm.cpp:46