opensurgsim
SurgSim::Math::Polynomial< T, N > Class Template Reference

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>

Detailed Description

template<typename T, int N>
class SurgSim::Math::Polynomial< T, N >

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.

Template Parameters
Tunderlying data type over which the interval is defined.
Ndegree of the Polynomial

The documentation for this class was generated from the following file: