Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvec2.c42 PetscErrorCode VecMTDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPI_GEMV() function
H A Dpvecimpl.h77 PETSC_INTERN PetscErrorCode VecMTDot_MPI_GEMV(Vec, PetscInt, const Vec[], PetscScalar *);
H A Dpbvec.c576 v->ops[0].mtdot = VecMTDot_MPI_GEMV; in VecCreate_MPI_Private()