Home
last modified time | relevance | path

Searched refs:RootType (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Polynomials/
DPolynomialSolver.h36 typedef std::complex<RealScalar> RootType; typedef
37 typedef Matrix<RootType,_Deg,1> RootsType;
83 …inline const RootType& selectComplexRoot_withRespectToNorm( squaredNormBinaryPredicate& pred ) con… in selectComplexRoot_withRespectToNorm()
100 inline const RootType& greatestRoot() const in greatestRoot()
109 inline const RootType& smallestRoot() const in smallestRoot()
296 typedef typename BASE::RootType RootType; \