Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c985 static PetscErrorCode MatMult_Shell(Mat A, Vec x, Vec y) in MatMult_Shell() function
1654 mat->ops->mult = MatMult_Shell; in MatShellSetOperation_Shell()