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);
double operator()(double t) const
Definition: adevs_poly.h:47
double interpolate(double t) const
void setData(const double *u, const double *t=NULL)
double derivative(double t) const