lis_matrix_get_size.3f - Man Page

get the size of the matrix

Synopsis

subroutine lis_matrix_get_size(LIS_MATRIX A, LIS_INTEGER *local_n, LIS_INTEGER *global_n, LIS_INTEGER ierr);

Description

Get the size of matrix A.

Input

A

The matrix

Output

local_n

The size of the partial matrix

global_n

The size of the global matrix

Note

In the case of the serial and multithreaded environments, local_n is equal to global_n.

See Also

lis(3)

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

Info

6 Sep 2012 Man Page Lis Library Functions