man wndot (Fonctions bibliothèques) - fast vector dot product
NAME
wn_dot_vects - fast vector dot product
SYNOPSIS
#include <wn/wnvect.h> double wn_dot_vects(double *vect1,double *vect2,int len)
DESCRIPTION
Vector dot product, coded to be especially fast.
SEE ALSO
wnvadd, wnvnrm
AUTHOR
Will Naylor