#include "genlib.h" #include #include /*exponential covariance function*/ double exponential(double h) { return (exp(-3. * (double)h)); }