31 #ifndef _adevs_poly_h_
32 #define _adevs_poly_h_
56 InterPoly(
const double* u,
const double* t,
unsigned int n);
61 InterPoly(
const double* u,
double dt,
unsigned int n,
double t0 = 0.0);
67 void setData(
const double* u,
const double* t = NULL);