#undef __FUNCT__ #define __FUNCT__ "MatIJGetImage" PetscErrorCode MatIJGetImage(Mat A, PetscInt *len, PetscInt **image)Not collective
len | - the length of the image array | |
image | - the image array |
This operation fails for a nonassembled matrix. | - - The caller is responsible for freeing the image array. |