Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c38 static PetscErrorCode MatMult_Nest(Mat A, Vec x, Vec y) in MatMult_Nest() function
2281 A->ops->mult = MatMult_Nest; in MatCreate_Nest()