GMatGetSize

Returns the numbers of rows and columns in a matrix.

Synopsis

#include "gvec.h" 
int GMatGetSize(GMat mat, int *M, int* N)
Not Collective

Input Parameter

mat -the matrix

Output Parameters

M - the number of global rows
N - the number of global columns

Keywords

matrix, dimension, size, rows, columns, global, get

See Also

GMatGetLocalSize()

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