Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c2152 static PetscErrorCode MatMult_IS(Mat A, Vec x, Vec y) in MatMult_IS() function
3646 A->ops->mult = MatMult_IS; in MatCreate_IS()