opensurgsim
|
Polynomial<T, N> defines the concept of an N degree polynomial with type T coefficients and provides operations on them including arithmetic operations, construction, and IO. More...
#include <Polynomial.h>
Polynomial<T, N> defines the concept of an N degree polynomial with type T coefficients and provides operations on them including arithmetic operations, construction, and IO.
T | underlying data type over which the interval is defined. |
N | degree of the Polynomial |