#undef __FUNCT__ #define __FUNCT__ "MatIJGetMaxRowSize" PetscErrorCode MatIJGetMaxRowSize(Mat A, PetscInt *maxsize)
This routine is useful for preallocating arrays to hold the images of the local indices: | - if an array of the largest image size is allocated, it can be used for repeatedly computing the images of the local indices. | |
This routine will fail for an unassembled matrix. | - |
Level:advanced
Location:src/mat/impls/ij/matij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages