STInnerProductBegin

Starts a split phase inner product computation.

Synopsis

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

Input Parameters

st - the spectral transformation context
x - the first vector
y - the second vector
p - where the result will go

Notes

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

See Also

STInnerProductEnd(), 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