Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c1142 static PetscErrorCode MatGetDiagonal_Shell(Mat A, Vec v) in MatGetDiagonal_Shell() function
1636 mat->ops->getdiagonal = MatGetDiagonal_Shell; in MatShellSetOperation_Shell()