Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c140 static PetscErrorCode MatShellPostScaleLeft(Mat A, Vec x) in MatShellPostScaleLeft() function
1002 PetscCall(MatShellPostScaleLeft(A, y)); in MatMult_Shell()