1lis_array_pdiv(3) Lis Library Functions lis_array_pdiv(3)
2
3
4
6 lis_array_pdiv - divide each element of a vector by the corresponding
7 element of another
8
9
11 #include "lis.h"
12
13 LIS_INT lis_array_pdiv(LIS_INT n, LIS_SCALAR x[], LIS_SCALAR y[],
14 LIS_SCALAR z[]);
15
16
18 Divide each element of vector x by the corresponding element of vector
19 y.
20
21
23 n The size of the vectors
24
25
26 x, y The arrays that store the vectors
27
28
30 z The array that stores the divided elements of x
31
32
34 The following exit values are returned:
35
36 0 The process is normally terminated
37
38 unspecified
39 An error occurred
40
41
43 lis(3)
44
45 http://www.ssisc.org/lis/
46
47
48
49
50Man Page 3 Dec 2014 lis_array_pdiv(3)