1lis_matrix_get_range(3f)     Lis Library Functions    lis_matrix_get_range(3f)
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       subroutine   lis_matrix_get_range(LIS_MATRIX   A,   LIS_INTEGER    *is,
12       LIS_INTEGER *ie, LIS_INTEGER ierr);
13
14

DESCRIPTION

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

INPUT

20       A      The partial matrix
21
22

OUTPUT

24       is     The  location  where  the  partial matrix A starts in the global
25              matrix
26
27
28       ie     The location where the partial  matrix  A  ends  in  the  global
29              matrix
30
31

NOTE

33       For  the  serial and multithreaded environments, a matrix of size n x n
34       results in is = 0 and ie = n.
35
36

SEE ALSO

38       lis(3)
39
40       http://www.ssisc.org/lis/
41
42
43
44
45Man Page                          6 Sep 2012          lis_matrix_get_range(3f)
Impressum