int VecMTDot(int nv,Vec x,Vec *y,Scalar *val)Collective on Vec
nv | - number of vectors |
x | - one vector |
y | - array of vectors. Note that vectors are pointers |
val = (x,y) = y^T x,where y^T denotes the transpose of y.
Use VecMDot() for the inner product
val = (x,y) = y^H x,where y^H denotes the conjugate transpose of y.
Location: src/vec/interface/vector.c
Vector Index
Table of Contents