#ifndef DOTPROD_H
#define DOTPROD_H

float cvectorDP (float *v1, float *v2, int n);

#endif
