Library of Assembled Shared Sources
|
an univariate polynomial. More...
#include <polynomial.h>
Static Public Member Functions | |
static Polynomial< T > | one () |
return constant polynomial 1 | |
static Polynomial< T > | x () |
return linear polynomial x | |
an univariate polynomial.
A polynomial is a mathematical expression involving a sum of powers in one or more variables multiplied by coefficients., Eric W. Weisstein. "Polynomial." From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/Polynomial.html
Definition at line 67 of file polynomial.h.