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

NAME

6       lis_vector_get_size - get the size of the vector
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT  lis_vector_get_size(LIS_VECTOR  v,  LIS_INT  *local_n, LIS_INT
13       *global_n);
14
15

DESCRIPTION

17       Get the size of vector v.
18
19

INPUT

21       v      The vector
22
23

OUTPUT

25       local_n
26              The size of the partial vector
27
28
29       global_n
30              The size of the global vector
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       In the case of the serial and multithreaded  environments,  local_n  is
44       equal to global_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_size(3)
Impressum