STApplyB

Applies the B matrix to a vector.

Synopsis

#include "slepcst.h" 
PetscErrorCode STApplyB(ST st,Vec x,Vec y)
Collective on ST and Vec

Input Parameters

st - the spectral transformation context
x - input vector

Output Parameter

y - output vector

See Also

STApply(), STApplyNoB()

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