packages feed

uvector-0.1: examples/ref/matvecmul.h

#ifndef MATVECMUL_H
#define MATVECMUL_H

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

#endif