#include "petscvec.h" int VecMDot(int nv,Vec x,const Vec y[],PetscScalar *val)Collective on Vec
nv | - number of vectors | |
x | - one vector | |
y | - array of vectors. |
val = (x,y) = y^H x,where y^H denotes the conjugate transpose of y.
Use VecMTDot() for the indefinite form
val = (x,y) = y^T x,where y^T denotes the transpose of y.
Level:intermediate
Location:src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages