#include "petscmat.h" PetscErrorCode MatMAIJGetAIJ(Mat A,Mat *B)Not Collective, but if the MAIJ matrix is parallel, the AIJ matrix is also parallel
Notes: The reference count on the AIJ matrix is not increased so you should not destroy it.
Level:advanced
Location:src/mat/impls/maij/maij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages