#include "petscvec.h" PetscErrorCode PETSCVEC_DLLEXPORT VecTDotBegin(Vec x,Vec y,PetscScalar *result)
x | - the first vector | |
y | - the second vector | |
result | - where the result will go (can be PETSC_NULL) |
  VecTDotBegin(Vec x,Vec y) | -> | VecTDotBegin(x,y,PETSC_NULL) |
seealso: VecTDotEnd(), VecNormBegin(), VecNormEnd(), VecNorm(), VecDot(), VecMDot(), VecDotBegin(), VecDotEnd()
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