#include "petscmat.h" PetscErrorCode MatGetOwnershipRangeColumn(Mat mat,PetscInt *m,PetscInt *n)Not Collective, unless matrix has not been allocated, then collective on Mat
m | - the global index of the first local column | |
n | - one more than the global index of the last local column |
Notes: both output parameters can be NULL on input.
Level:developer
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages