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

NAME

6       lis_vector_get_values - get the values of the rows of the vector
7
8

SYNOPSIS

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

DESCRIPTION

15       Get scalar value[i] of the  start+i-th  row  of  the  vector  v,  where
16       i=0,1,...,count-1.
17
18

INPUT

20       start  The starting location
21
22
23       count  The number of the values to get
24
25
26       v      The source vector
27
28

OUTPUT

30       value  The value to store the scalar values
31
32

NOTE

34       For  the  multiprocessing environment, the start+i-th row of the global
35       vector must be specified.
36
37

SEE ALSO

39       lis(3)
40
41       http://www.ssisc.org/lis/
42
43
44
45
46Man Page                          6 Sep 2012         lis_vector_get_values(3f)
Impressum