STInnerProductEnd

Ends a split phase inner product computation.

Synopsis

#include "slepcst.h" 
PetscErrorCode STInnerProductEnd(ST st,Vec x,Vec y,PetscScalar *p)

Input Parameters

st - the spectral transformation context
x - the first vector
y - the second vector

Output Parameter

p - result of the inner product

Notes

Each call to STInnerProductBegin() should be paired with a call to STInnerProductEnd().

See Also

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

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