STMInnerProductBegin

Starts a split phase multiple inner product computation.

Synopsis

#include "slepcst.h" 
PetscErrorCode STMInnerProductBegin(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
p - where the result will go

Notes

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

See Also

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