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

NAME

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

SYNOPSIS

10       subroutine   lis_vector_get_value(LIS_INTEGER   flag,   LIS_INTEGER  i,
11       LIS_SCALAR value, LIS_VECTOR v, LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Get the scalar value of the i-th row of the vector.
16
17

INPUT

19       i      The location where the value is assigned
20
21
22       v      The source vector
23
24

OUTPUT

26       value  The value of the i-th row
27
28

NOTE

30       For the multiprocessing environment, the i-th row of the global  vector
31       must be specified.
32
33

SEE ALSO

35       lis(3)
36
37       http://www.ssisc.org/lis/
38
39
40
41
42Man Page                          6 Sep 2012          lis_vector_get_value(3f)
Impressum