Collaboration diagram for DSPF_sp_dotprod:
float | DSPF_sp_dotprod (const float *x, const float *y, const int nx) |
float DSPF_sp_dotprod | ( | const float * | x, | |
const float * | y, | |||
const int | nx | |||
) |
This routine calculates the dot product of 2 single-precision float vectors
x | Pointer to array holding the first floating-point vector | |
y | Pointer to array holding the second floating-point vector | |
nx | Number of values in the x and y vectors |