#include "petscmat.h" PetscErrorCode MatGetOwnershipRangeColumn(Mat mat,PetscInt *m,PetscInt *n)Not Collective, unless matrix has not been allocated, then collective on Mat Many br
m | - the global index of the first local column Many br | |
n | - one more than the global index of the last local column Many br |
Notes: both output parameters can be NULL on input. Many br
Many br
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