STIsInjective#
Ask if this spectral transformation is injective or not (that is, if it corresponds to a one-to-one mapping). If not, then it does not make sense to call STBackTransform().
Synopsis#
#include "slepcst.h"
PetscErrorCode STIsInjective(ST st,PetscBool* is)
Not Collective
Input Parameter#
st - the spectral transformation context
Output Parameter#
is - the answer
See Also#
STBackTransform()
Level#
developer
Location#
Implementations#
STIsInjective_Shell() in 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