From 3cf56c3f360bb9739424d48a0064956196ef1107 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Fri, 25 Jun 2021 17:26:26 +0200 Subject: [PATCH] just a comment --- polynomial.h | 1 + 1 file changed, 1 insertion(+) 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) {