GMatGetLocalSize

Returns the number of rows and columns in a matrix stored locally. This information may be implementation dependent, so use with care.

Synopsis

#include "gvec.h" 
int GMatGetLocalSize(GMat mat, int *m, int* n)
Not Collective

Input Parameters

mat -the matrix

Output Parameters

m - the number of local rows
n - the number of local columns

Keywords

matrix, dimension, size, local, rows, columns, get

See Also

GMatGetSize()

Level:intermediate
Location:
src/gvec/interface/gmat.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages