STShellApplyTransposeFn#
A prototype of a function for the applytrans() operation in STSHELL
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode STShellApplyTransposeFn(ST st,Vec xin,Vec xout);
Calling Sequence#
st - the spectral transformation context
xin - input vector
xout - output vector
See Also#
STShellSetApplyTranspose()
Level#
advanced
Location#
Index of all ST routines Table of Contents for all manual pages Index of all manual pages