Searched refs:PolynomialSolverType (Results 1 – 1 of 1) sorted by relevance
103 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType; in evalSolver() typedef105 PolynomialSolverType psolve; in evalSolver()106 aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve ); in evalSolver()119 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType; in evalSolverSugarFunction() typedef121 PolynomialSolverType psolve; in evalSolverSugarFunction()122 if( aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve ) ) in evalSolverSugarFunction()