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

NAME

6       lis_vector_get_value - get the value of the row of the vector
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_vector_get_value(LIS_INT flag, LIS_INT i, LIS_SCALAR value,
13       LIS_VECTOR v);
14
15

DESCRIPTION

17       Get the scalar value of the i-th row of the vector.
18
19

INPUT

21       i      The location where the value is assigned
22
23
24       v      The source vector
25
26

OUTPUT

28       value  The value of the i-th row
29
30

EXIT STATUS

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

NOTE

41       For the multiprocessing environment, the i-th row of the global  vector
42       must be specified.
43
44

SEE ALSO

46       lis(3)
47
48       http://www.ssisc.org/lis/
49
50
51
52
53Man Page                          6 Sep 2012           lis_vector_get_value(3)
Impressum