![]() |
The (algebraic) roots of a Polynomial<N,T>. More...
#include <SurgSim/Math/PolynomialRoots.h>
The (algebraic) roots of a Polynomial<N,T>.
If all coefficients of a polynomial are 0, the roots are degenerate: the polynomial equals 0 for any x. Otherwise, there may be anywhere between 0 and N roots.
T | type of the coefficients and computations |
N | degree of the polynomial for which roots are being calculated |