Searched refs:MatMultAdd_SeqSELL (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/seq/aijsell/ |
| H A D | aijsell.c | 173 PetscCall(MatMultAdd_SeqSELL(aijsell->S, xx, yy, zz)); in MatMultAdd_SeqAIJSELL()
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.h | 201 PETSC_INTERN PetscErrorCode MatMultAdd_SeqSELL(Mat, Vec, Vec, Vec);
|
| H A D | sell.c | 535 PetscErrorCode MatMultAdd_SeqSELL(Mat A, Vec xx, Vec yy, Vec zz) in MatMultAdd_SeqSELL() function 728 PetscCall(MatMultAdd_SeqSELL(A, xx, zz, yy)); in MatMultTransposeAdd_SeqSELL() 1789 /* 4*/ MatMultAdd_SeqSELL,
|