Canoe
Comprehensive Atmosphere N' Ocean Engine
vvdot.c File Reference

Go to the source code of this file.

Functions

double vvdot (double const *a, double const *b, int n)
 

Function Documentation

◆ vvdot()

double vvdot ( double const *  a,
double const *  b,
int  n 
)

vector vector dot product: a.b a[0..n-1] is input b[0..n-1] is input

Definition at line 5 of file vvdot.c.