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

NAME

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

SYNOPSIS

11       subroutine lis_array_pdiv(LIS_INTEGER  n,  LIS_SCALAR  x(),  LIS_SCALAR
12       y(), LIS_SCALAR z(), LIS_INTEGER ierr);
13
14

DESCRIPTION

16       Divide  each element of vector x by the corresponding element of vector
17       y.
18
19

INPUT

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

OUTPUT

28       z      The array that stores the divided elements of x
29
30

SEE ALSO

32       lis(3)
33
34       http://www.ssisc.org/lis/
35
36
37
38
39Man Page                          3 Dec 2014                lis_array_pdiv(3f)
Impressum