Searched refs:RootsType (Results 1 – 3 of 3) sorted by relevance
37 typedef Matrix<RootType,_Deg,1> RootsType; typedef55 inline const RootsType& roots() const { return m_roots; } in roots()290 RootsType m_roots;297 typedef typename BASE::RootsType RootsType;
36 typedef typename SOLVER::RootsType RootsType; in aux_evalSolver() typedef45 const RootsType& roots( psolve.roots() ); in aux_evalSolver()
507 using RootsType = decltype(Roots.begin())::value_type; in printIgnoringThreads() typedef508 auto MapValueFn = [](const RootsType &Value) { return Value.second; }; in printIgnoringThreads()