:orphan: # MatNullSpaceRemove Removes all the components of a null space from a vector. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatNullSpaceRemove(MatNullSpace sp, Vec vec) ``` Collective ## Input Parameters - ***sp -*** the null space context (if this is `NULL` then no null space is removed) - ***vec -*** the vector from which the null space is to be removed ## See Also [](ch_matrices), `Mat`, `MatNullSpace`, `MatNullSpaceCreate()`, `MatNullSpaceDestroy()`, `MatNullSpaceSetFunction()` ## Level advanced ## Location src/mat/interface/matnull.c ## Examples src/ksp/ksp/tutorials/ex29.c
src/ksp/ksp/tutorials/ex32.c
src/ksp/ksp/tutorials/ex34.c
src/ksp/ksp/tutorials/ex35.cxx
src/ksp/ksp/tutorials/ex36.cxx
src/ksp/ksp/tutorials/ex50.c
src/ksp/ksp/tutorials/ex66.c
src/ksp/ksp/tutorials/ex71.c
src/ksp/ksp/tutorials/ex73.c
src/snes/tutorials/ex12.c
src/ts/tutorials/ex76.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)