Searched refs:PolynomialSolverType (Results 1 – 1 of 1) sorted by relevance
86 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType; in evalSolver() typedef88 PolynomialSolverType psolve; in evalSolver()89 aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve ); in evalSolver()101 typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType; in evalSolverSugarFunction() typedef103 PolynomialSolverType psolve; in evalSolverSugarFunction()104 if( aux_evalSolver<Deg, POLYNOMIAL, PolynomialSolverType>( pols, psolve ) ) in evalSolverSugarFunction()