:orphan: # MatNullSpaceView Visualizes a null space object. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatNullSpaceView(MatNullSpace sp, PetscViewer viewer) ``` Collective; No Fortran Support ## Input Parameters - ***matnull -*** the null space - ***viewer -*** visualization context ## See Also [](ch_matrices), `Mat`, `MatNullSpace`, `PetscViewer`, `MatNullSpaceCreate()`, `PetscViewerASCIIOpen()` ## Level advanced ## Location src/mat/interface/matnull.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/interface/matnull.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)