Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpvec2.c28 PetscErrorCode VecMDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI_GEMV() function
H A Dpvecimpl.h76 PETSC_INTERN PetscErrorCode VecMDot_MPI_GEMV(Vec, PetscInt, const Vec[], PetscScalar *);
H A Dpbvec.c574 v->ops[0].mdot = VecMDot_MPI_GEMV; in VecCreate_MPI_Private()