#include "slepcst.h" int STShellSetApply(ST st, int (*apply)(void*,Vec,Vec),void *ptr)Collective on ST
st | - the spectral transformation context | |
apply | - the application-provided transformation routine | |
ptr | - pointer to data needed by this routine |
int apply (void *ptr,Vec xin,Vec xout)
ptr | - the application context | |
xin | - input vector | |
xout | - output vector |
Level:developer
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages