1lis_array_pdiv(3)            Lis Library Functions           lis_array_pdiv(3)
2
3
4

NAME

6       lis_array_pdiv  -  divide each element of a vector by the corresponding
7       element of another
8
9

SYNOPSIS

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

DESCRIPTION

18       Divide  each element of vector x by the corresponding element of vector
19       y.
20
21

INPUT

23       n      The size of the vectors
24
25
26       x, y   The arrays that store the vectors
27
28

OUTPUT

30       z      The array that stores the divided elements of x
31
32

EXIT STATUS

34       The following exit values are returned:
35
36       0      The process is normally terminated
37
38       unspecified
39              An error occurred
40
41

SEE ALSO

43       lis(3)
44
45       http://www.ssisc.org/lis/
46
47
48
49
50Man Page                          3 Dec 2014                 lis_array_pdiv(3)
Impressum