VecTDotEnd

Ends a split phase transpose dot product computation.

Synopsis

int VecTDotEnd(Vec x, Vec y,Scalar *result) 

Input Parameters

x - the first vector (can be PETSC_NULL)
y - the second vector (can be PETSC_NULL)
result - where the result will go

Notes

Each call to VecTDotBegin() should be paired with a call to VecTDotEnd().

seealso: VecTDotBegin(), VecNormBegin(), VecNormEnd(), VecNorm(), VecDot(), VecMDot(), VecDotBegin(), VecDotEnd()

Level:advanced
Location:src/vec/utils/comb.c
Vector Index
Table of Contents