1lis_array_pmul(3f) Lis Library Functions lis_array_pmul(3f)
2
3
4
6 lis_array_pmul - multiply each element of a vector by the corresponding
7 of another
8
9
11 subroutine lis_array_pmul(LIS_INTEGER n, LIS_SCALAR x(), LIS_SCALAR
12 y(), LIS_SCALAR z(), LIS_INTEGER ierr);
13
14
16 Multiply each element of vector x by the corresponding element of vec‐
17 tor y.
18
19
21 n The size of the vectors
22
23
24 x, y The arrays that store the vectors
25
26
28 z The array that stores the multiplied elements of x
29
30
32 lis(3)
33
34 http://www.ssisc.org/lis/
35
36
37
38
39Man Page 3 Dec 2014 lis_array_pmul(3f)