lis_matrix_get_size - Man Page
get the size of the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_get_size(LIS_MATRIX A, LIS_INT *local_n, LIS_INT *global_n);
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
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
In the case of the serial and multithreaded environments, local_n is equal to global_n.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions