1lis_vector_get_size(3f) Lis Library Functions lis_vector_get_size(3f)
2
3
4
6 lis_vector_get_size - get the size of the vector
7
8
10 subroutine lis_vector_get_size(LIS_VECTOR v, LIS_INTEGER *local_n,
11 LIS_INTEGER *global_n, LIS_INTEGER ierr);
12
13
15 Get the size of vector v.
16
17
19 v The vector
20
21
23 local_n
24 The size of the partial vector
25
26
27 global_n
28 The size of the global vector
29
30
32 In the case of the serial and multithreaded environments, local_n is
33 equal to global_n.
34
35
37 lis(3)
38
39 http://www.ssisc.org/lis/
40
41
42
43
44Man Page 6 Sep 2012 lis_vector_get_size(3f)