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

NAME

6       lis_matrix_get_range  -  get  the location of the partial matrix in the
7       global matrix
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_matrix_get_range(LIS_MATRIX A, LIS_INT *is, LIS_INT *ie);
14
15

DESCRIPTION

17       Get the location of partial matrix A in the global matrix.
18
19

INPUT

21       A      The partial matrix
22
23

OUTPUT

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

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

NOTE

41       For the serial and multithreaded environments, a matrix of size n  x  n
42       results in is = 0 and ie = n.
43
44

SEE ALSO

46       lis(3)
47
48       http://www.ssisc.org/lis/
49
50
51
52
53Man Page                          6 Sep 2012           lis_matrix_get_range(3)
Impressum