lis_array_pmul - multiply each element of a vector by the corresponding element
of another
#include "lis.h"
LIS_INT lis_array_pmul(LIS_INT n, LIS_SCALAR
x[], LIS_SCALAR y[], LIS_SCALAR z[]);
Multiply each element of vector x by the corresponding element of vector
y.
- n
- The size of the vectors
- x, y
- The arrays that store the vectors
- z
- The array that stores the multiplied elements of x
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
lis(3)
http://www.ssisc.org/lis/