#ifndef MATVECMUL_H #define MATVECMUL_H float cmvm (float *v1, float *v2, int n); #endif