#include "slepcst.h" PetscErrorCode STShellSetApply(ST st,PetscErrorCode (*apply)(void*,Vec,Vec))Collective on ST
| st | - the spectral transformation context | |
| apply | - the application-provided transformation routine |
PetscErrorCode apply (void *ptr,Vec xin,Vec xout)
| ptr | - the application context | |
| xin | - input vector | |
| xout | - output vector |
Location: src/st/impls/shell/shell.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages