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