VecTDotBegin

Starts a split phase transpose dot product computation.

Synopsis

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

Input Parameters

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

Notes

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

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

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