Defined in header <scicpp/polynomials.hpp>
Generate a polynomial with given roots.
Build a Polynomial
from the roots provided in a std::array.
T
>polyfromroots
(const std::vector<T> &roots)¶Build a Polynomial
from the roots provided in a std::vector.