just a comment

This commit is contained in:
Jiri Pittner 2021-06-25 17:26:26 +02:00
parent e74bf5986a
commit 3cf56c3f36
1 changed files with 1 additions and 0 deletions

View File

@ -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 <typename T, typename C>
C value(const Polynomial<T> &p, const C &x)
{