diff --git a/polynomial.h b/polynomial.h index 23da258..f06eebc 100644 --- a/polynomial.h +++ b/polynomial.h @@ -152,6 +152,7 @@ public: }; //this is very general, can be used also for nesting polynomials +//for an alternative algorithm which minimizes number of multiplications cf. also matexp.h template C value(const Polynomial &p, const C &x) {