Home
last modified time | relevance | path

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

/petsc/src/mat/impls/transpose/
H A Dtransm.c83 static PetscErrorCode MatLUFactor_Transpose(Mat N, IS row, IS col, const MatFactorInfo *minfo) in MatLUFactor_Transpose() function
650 PetscCall(MatShellSetOperation(*N, MATOP_LUFACTOR, (PetscErrorCodeFn *)MatLUFactor_Transpose)); in MatCreateTranspose()