Sponsor:

Your company here, and a link to your site. Click to find out more.

lis_matrix_get_range.3f - Man Page

get the location of the partial matrix in the global matrix

Synopsis

subroutine lis_matrix_get_range(LIS_MATRIX A, LIS_INTEGER *is, LIS_INTEGER *ie, LIS_INTEGER ierr);

Description

Get the location of the partial matrix A in the global matrix.

Input

A

The partial matrix

Output

is

The location where the partial matrix A starts in the global matrix

ie

The location where the partial matrix A ends in the global matrix

Note

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

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions