Lines Matching refs:PolynomialSolver
62 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
200 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
223 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
246 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
269 * with the _Scalar template parameter of the PolynomialSolver class as the default value.
300 * \class PolynomialSolver
328 class PolynomialSolver : public PolynomialSolverBase<_Scalar,_Deg>
353 inline PolynomialSolver( const OtherPolynomial& poly ){
356 inline PolynomialSolver(){}
365 class PolynomialSolver<_Scalar,1> : public PolynomialSolverBase<_Scalar,1>