MatDestroySeqNonzeroStructure#
Destroys matrix obtained with MatGetSeqNonzeroStructure()
.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatDestroySeqNonzeroStructure(Mat *mat)
Collective
Input Parameter#
mat - the matrix
Note#
This is not needed, one can just call MatDestroy()
See Also#
Level#
advanced
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages