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

NAME

6       lis_vector_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_vector_pdiv(LIS_VECTOR x, LIS_VECTOR y, LIS_VECTOR z);
14
15

DESCRIPTION

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

INPUT

22       x, y   The vectors
23
24

OUTPUT

26       z      The vector that stores the divided elements of x
27
28

EXIT STATUS

30       The following exit values are returned:
31
32       0      The process is normally terminated
33
34       unspecified
35              An error occurred
36
37

SEE ALSO

39       lis(3)
40
41       http://www.ssisc.org/lis/
42
43
44
45
46Man Page                          28 Aug 2014               lis_vector_pdiv(3)
Impressum