1lis_vector_get_range(3f)     Lis Library Functions    lis_vector_get_range(3f)
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       subroutine   lis_vector_get_range(LIS_VECTOR   v,   LIS_INTEGER    *is,
12       LIS_INTEGER *ie, LIS_INTEGER ierr);
13
14

DESCRIPTION

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

INPUT

20       v      The partial vector
21
22

OUTPUT

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

NOTE

33       For  the  serial  and  multithreaded  environments,  a vector of size n
34       results in is = 0 and ie = n.
35
36

SEE ALSO

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