#undef __FUNCT__ #define __FUNCT__ "MatIJGetSupport" PetscErrorCode MatIJGetSupport(Mat A, PetscInt *len, PetscInt **supp)
Not collective
len | - the length of the support array | |
supp | - the support array |
This operation fails for a nonassembled matrix. | - . In general, the returned indices are unsorted; use PetscSortInt, if necessary. | |
The caller is responsible for freeing the support array. | - |
Level:intermediate
Location:src/mat/impls/ij/matij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages