lis_array_pmul - Man Page
multiply each element of a vector by the corresponding element of another
Synopsis
#include "lis.h"
LIS_INT lis_array_pmul(LIS_INT n, LIS_SCALAR x[], LIS_SCALAR y[], LIS_SCALAR z[]);
Description
Multiply each element of vector x by the corresponding element of vector y.
Input
- n
The size of the vectors
- x, y
The arrays that store the vectors
Output
- z
The array that stores the multiplied elements of x
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
3 Dec 2014 Man Page Lis Library Functions