Searched refs:VecMDot_MPI_GEMV (Results 1 – 3 of 3) sorted by relevance
28 PetscErrorCode VecMDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI_GEMV() function
76 PETSC_INTERN PetscErrorCode VecMDot_MPI_GEMV(Vec, PetscInt, const Vec[], PetscScalar *);
574 v->ops[0].mdot = VecMDot_MPI_GEMV; in VecCreate_MPI_Private()