:orphan: # MatDestroyMatrices Destroys an array of matrices. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatDestroyMatrices(PetscInt n, Mat *mat[]) ``` Collective ## Input Parameters - ***n -*** the number of local matrices - ***mat -*** the matrices (this is a pointer to the array of matrices) ## Note Frees not only the matrices, but also the array that contains the matrices ## Fortran Note This does not free the array. ## See Also [](ch_matrices), `Mat`, `MatCreateSubMatrices()` `MatDestroySubMatrices()` ## Level advanced ## Location src/mat/interface/matrix.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/interface/matrix.c) [Index of all Mat routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)