#include "petscvec.h" int VecDot(Vec x,Vec y,PetscScalar *val)
val = (x,y) = y^H x,
Use VecTDot() for the indefinite form
val = (x,y) = y^T x,
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