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

NAME

6       lis_vector_get_range  -  get  the location of the partial vector in the
7       global vector
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_vector_get_range(LIS_VECTOR v, LIS_INT *is, LIS_INT *ie);
14
15

DESCRIPTION

17       Get the location of the partial vector v in the global vector.
18
19

INPUT

21       v      The partial vector
22
23

OUTPUT

25       is     The location where the partial vector v  starts  in  the  global
26              vector
27
28
29       ie     The  location where the partial vector v ends in the global vec‐
30              tor
31
32

EXIT STATUS

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

NOTE

43       For the serial and multithreaded  environments,  a  vector  of  size  n
44       results in is = 0 and ie = n.
45
46

SEE ALSO

48       lis(3)
49
50       http://www.ssisc.org/lis/
51
52
53
54
55Man Page                          6 Sep 2012           lis_vector_get_range(3)
Impressum