Searched refs:transnullsp (Results 1 – 2 of 2) sorted by relevance
1161 MatNullSpace nullsp, transnullsp; in MatView() local1189 PetscCall(MatGetTransposeNullSpace(mat, &transnullsp)); in MatView()1191 …if (transnullsp && transnullsp != nullsp) PetscCall(PetscViewerASCIIPrintf(viewer, " has attached… in MatView()1471 PetscCall(MatNullSpaceDestroy(&(*A)->transnullsp)); in MatDestroy()8948 *nullsp = (mat->symmetric == PETSC_BOOL3_TRUE && !mat->nullsp) ? mat->transnullsp : mat->nullsp; in MatGetNullSpace()8986 (*nullsp)[2 * n + i] = mat[i]->transnullsp; in MatGetNullSpaces()9097 …nullsp = (mat->symmetric == PETSC_BOOL3_TRUE && !mat->transnullsp) ? mat->nullsp : mat->transnulls… in MatGetTransposeNullSpace()9125 PetscCall(MatNullSpaceDestroy(&mat->transnullsp)); in MatSetTransposeNullSpace()9126 mat->transnullsp = nullsp; in MatSetTransposeNullSpace()
473 …MatNullSpace transnullsp; /* null space of transpose of operator */ member