MatGetLocalSize

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

Synopsis

#include "mat.h" 
int MatGetLocalSize(Mat 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

MatGetSize()

Level:beginner
Location:src/mat/interface/matrix.c
Matrix Index
Table of Contents