STMInnerProductEnd

Ends a split phase multiple inner product computation.

Synopsis

#include "slepcst.h" 
PetscErrorCode STMInnerProductEnd(ST st,PetscInt n,Vec x,const Vec y[],PetscScalar *p)

Input Parameters

st - the spectral transformation context
n - number of vectors in y
x - the first input vector
y - array of vectors

Output Parameter

p - result of the inner products

Notes

Each call to STMInnerProductBegin() should be paired with a call to STMInnerProductEnd().

See Also

STMInnerProductBegin(), STMInnerProduct(), STNorm(), STNormBegin(),
STNormEnd(), STInnerProduct()

Location: src/st/interface/stsolve.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages