#include "slepcst.h" PetscErrorCode STShellSetBackTransform(ST st,PetscErrorCode (*backtr)(void*,PetscScalar*,PetscScalar*))Collective on ST
st | - the spectral transformation context | |
backtr | - the application-provided backtransform routine |
PetscErrorCode backtr (void *ptr,PetscScalar *eigr,PetscScalar *eigi)
ptr | - the application context | |
eigr | - pointer ot the real part of the eigenvalue to transform back | |
eigi | - pointer ot the imaginary part |
Location: src/st/impls/shell/shell.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages