MatGetMaps

Returns the maps associated with the matrix.

Synopsis

int MatGetMaps(Mat mat,Map *rmap,Map *cmap)
Not Collective

Input Parameter

mat -the matrix

Output Parameters

rmap - the row (right) map
cmap - the column (left) map

Keywords

matrix, get, map

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