#include "slepcst.h" PetscErrorCode STShellSetBackTransform(ST st,PetscErrorCode (*backtr)(ST,PetscInt,PetscScalar*,PetscScalar*))Logically Collective on ST
st | - the spectral transformation context | |
backtr | - the application-provided backtransform routine |
PetscErrorCode backtr (ST st,PetscScalar *eigr,PetscScalar *eigi)
st | - the spectral transformation 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