1lis_vector_pmul(3) Lis Library Functions lis_vector_pmul(3)
2
3
4
6 lis_vector_pmul - multiply each element of a vector by the correspond‐
7 ing element of another
8
9
11 #include "lis.h"
12
13 LIS_INT lis_vector_pmul(LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z);
14
15
17 Multiply each element of vector x by the corresponding element of vec‐
18 tor y.
19
20
22 x, y The vectors
23
24
26 z The vector that stores the multiplied elements of x
27
28
30 The following exit values are returned:
31
32 0 The process is normally terminated
33
34 unspecified
35 An error occurred
36
37
39 lis(3)
40
41 http://www.ssisc.org/lis/
42
43
44
45
46Man Page 28 Aug 2014 lis_vector_pmul(3)