Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex235.c5 static PetscErrorCode myMult(Mat S, Vec x, Vec y) in myMult() function
76 PetscCall(MatShellSetOperation(A, MATOP_MULT, (PetscErrorCodeFn *)myMult)); in main()