#include "genlib.h" #include #include /*power covariance function*/ double power(double h, double alpha) { return pow(h, alpha); }