packages feed

uvector-0.1: examples/ref/dotprod.h

#ifndef DOTPROD_H
#define DOTPROD_H

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

#endif