#include "petscmat.h" PetscErrorCode MatKAIJRestoreS(Mat A,PetscScalar **S)Not collective
A | - the KAIJ matrix |
S | - location of pointer to array obtained with MatKAIJGetS() |
Note: This routine zeros the array pointer to prevent accidental reuse after it has been restored. If NULL is passed, it will not attempt to zero the array pointer.