:orphan: # MatZeroEntries Zeros all entries of a matrix. For sparse matrices this routine retains the old nonzero structure. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatZeroEntries(Mat mat) ``` Logically Collective ## Input Parameter - ***mat -*** the matrix ## Note If the matrix was not preallocated then a default, likely poor preallocation will be set in the matrix, so this should be called after the preallocation phase. See the Performance chapter of the users manual for information on preallocating matrices. ## See Also [](ch_matrices), `Mat`, `MatZeroRows()`, `MatZeroRowsColumns()` ## Level intermediate ## Location src/mat/interface/matrix.c ## Examples src/ksp/ksp/tutorials/ex42.c
src/ksp/ksp/tutorials/ex43.c
src/ksp/ksp/tutorials/ex49.c
src/ksp/ksp/tutorials/ex5.c
src/ksp/ksp/tutorials/ex59.c
src/ksp/ksp/tutorials/ex5f.F90
src/ksp/ksp/tutorials/ex67.c
src/ksp/ksp/tutorials/ex70.c
src/ksp/ksp/tutorials/ex73.c
src/ksp/ksp/tutorials/ex77.c
src/ksp/ksp/tutorials/ex77f.F90
## Implementations MatZeroEntries_HYPREStruct in src/dm/impls/da/hypre/mhyp.c
MatZeroEntries_HYPRESStruct in src/dm/impls/da/hypre/mhyp.c
MatZeroEntries_MPIAIJ in src/mat/impls/aij/mpi/mpiaij.c
MatZeroEntries_MPIAIJCUSPARSE in src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
MatZeroEntries_MPIAIJHIPSPARSE in src/mat/impls/aij/mpi/mpihipsparse/mpiaijhipsparse.hip.c
MatZeroEntries_SeqAIJ in src/mat/impls/aij/seq/aij.c
MatZeroEntries_SeqAIJKokkos in src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
MatZeroEntries_SeqAIJCUSPARSE in src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
MatZeroEntries_SeqAIJHIPSPARSE in src/mat/impls/aij/seq/seqhipsparse/aijhipsparse.hip.c
MatZeroEntries_MPIBAIJ in src/mat/impls/baij/mpi/mpibaij.c
MatZeroEntries_SeqBAIJ in src/mat/impls/baij/seq/baij2.c
MatZeroEntries_ConstantDiagonal in src/mat/impls/cdiagonal/cdiagonal.c
MatZeroEntries_MPIDense in src/mat/impls/dense/mpi/mpidense.c
MatZeroEntries_SeqDense in src/mat/impls/dense/seq/dense.c
MatZeroEntries_Elemental in src/mat/impls/elemental/matelem.cxx
MatZeroEntries_H2OPUS in src/mat/impls/h2opus/cuda/math2opus.cu
MatZeroEntries_HYPRE in src/mat/impls/hypre/mhypre.c
MatZeroEntries_IS in src/mat/impls/is/matis.c
MatZeroEntries_Nest in src/mat/impls/nest/matnest.c
MatZeroEntries_MPISBAIJ in src/mat/impls/sbaij/mpi/mpisbaij.c
MatZeroEntries_SeqSBAIJ in src/mat/impls/sbaij/seq/sbaij2.c
MatZeroEntries_ScaLAPACK in src/mat/impls/scalapack/matscalapack.c
MatZeroEntries_MPISELL in src/mat/impls/sell/mpi/mpisell.c
MatZeroEntries_SeqSELL in src/mat/impls/sell/seq/sell.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)