1lis_matrix_get_range(3) Lis Library Functions lis_matrix_get_range(3)
2
3
4
6 lis_matrix_get_range - get the location of the partial matrix in the
7 global matrix
8
9
11 #include "lis.h"
12
13 LIS_INT lis_matrix_get_range(LIS_MATRIX A, LIS_INT *is, LIS_INT *ie);
14
15
17 Get the location of partial matrix A in the global matrix.
18
19
21 A The partial matrix
22
23
25 is The location where partial matrix A starts in the global matrix
26
27
28 ie The location where partial matrix A ends in the global matrix
29
30
32 The following exit values are returned:
33
34 0 The process is normally terminated
35
36 unspecified
37 An error occurred
38
39
41 For the serial and multithreaded environments, a matrix of size n x n
42 results in is = 0 and ie = n.
43
44
46 lis(3)
47
48 http://www.ssisc.org/lis/
49
50
51
52
53Man Page 6 Sep 2012 lis_matrix_get_range(3)