vInnerP.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <AR/matrix.h>
Go to the source code of this file.
Function Documentation
Computes the inner product of 2 vectors.
computes the inner product of the two argument vectors. the operation done is a=x.y (and a is return)
- Parameters:
-
| x | first vector source |
| y | second vector source |
- Returns:
- the computed innerproduct
Definition at line 18 of file vInnerP.c.