#include "petscvec.h" PetscErrorCode VecMDotBegin(Vec x,PetscInt nv,const Vec y[],PetscScalar result[])
x | - the first vector | |
nv | - number of vectors | |
y | - array of vectors | |
result | - where the result will go (can be PETSC_NULL) |
Level:advanced
Location:src/vec/vec/utils/comb.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages