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