Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c121 static PetscErrorCode ouraxpy(Mat mat, PetscScalar a, Mat X, MatStructure str) in ouraxpy() function
258 … = MatShellSetOperation(*mat, *op, (PetscErrorCodeFn *)ouraxpy); in matshellsetoperation_()