1lis_matrix_get_size(3f) Lis Library Functions lis_matrix_get_size(3f)
2
3
4
6 lis_matrix_get_size - get the size of the matrix
7
8
10 subroutine lis_matrix_get_size(LIS_MATRIX A, LIS_INTEGER *local_n,
11 LIS_INTEGER *global_n, LIS_INTEGER ierr);
12
13
15 Get the size of matrix A.
16
17
19 A The matrix
20
21
23 local_n
24 The size of the partial matrix
25
26
27 global_n
28 The size of the global matrix
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_matrix_get_size(3f)