#ifndef UTILITIES_H #define UTILITIES_H #include #include #ifdef PARALLEL #include #endif #ifdef BLAS #include #endif double serial_dot (double *x, double *y, int n); #endif