:orphan: # MatGetTransposeNullSpace retrieves the null space of the transpose of a matrix. ## Synopsis ``` #include "petscmat.h" PetscErrorCode MatGetTransposeNullSpace(Mat mat, MatNullSpace *nullsp) ``` Logically Collective ## Input Parameters - ***mat -*** the matrix - ***nullsp -*** the null space object ## See Also [](ch_matrices), `Mat`, `MatNullSpace`, `MatCreate()`, `MatNullSpaceCreate()`, `MatSetNearNullSpace()`, `MatSetTransposeNullSpace()`, `MatSetNullSpace()`, `MatGetNullSpace()` ## Level developer ## 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)