:orphan: # MatTransposeColoringDestroy Destroys a coloring context for matrix product C=A*B^T that was created via `MatTransposeColoringCreate()`. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatTransposeColoringDestroy(MatTransposeColoring *c) ``` Collective ## Input Parameter - ***c -*** coloring context ## See Also [](ch_matrices), `Mat`, `MatTransposeColoringCreate()` ## Level intermediate ## 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)