Home
last modified time | relevance | path

Searched refs:MatGetInfo_Transpose (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/transpose/
H A Dtransm.c265 static PetscErrorCode MatGetInfo_Transpose(Mat N, MatInfoType flag, MatInfo *info) in MatGetInfo_Transpose() function
653 PetscCall(MatShellSetOperation(*N, MATOP_GETINFO, (PetscErrorCodeFn *)MatGetInfo_Transpose)); in MatCreateTranspose()