In file No file:

double sDotProd (const float x[], const float y[], int npt)

Dot product of two vectors

Documentation

Vector dot product

Calculates the dot product of two vectors (arrays); returns result as a double.

Returns:
double the result x.y
Parameters:
x - input vector 1
y - input vector 2
npt - number of points in x or y (must be the same)
Author:
PF, Jan 1999
See Also:

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++