#include <mbs_polynomial.h>
Public Attributes | |
int | order |
Order of the polynomial, positive or null ie: More... | |
double * | coef |
Array containing the coefficients, the number of coefficient is order + 1. More... | |
Structure defining the polynomial for MBsysC.
The coefficient are ordered from highest power to constant term. This ordering is chosen as the derivative of the polynomial only read for the highest term. So the most read values are located at the begining of the array.
double* coef |
Array containing the coefficients, the number of coefficient is order + 1.
The coefficient are ordered from the highest power to the constant term.
int order |
Order of the polynomial, positive or null ie: