slepc-3.20.2 2024-03-15
Report Typos and Errors

STApplyTranspose

Applies the transpose of the operator to a vector, for instance B^T(A - sB)^-T in the case of the shift-and-invert transformation and generalized eigenproblem.

Synopsis

#include "slepcst.h" 
PetscErrorCode STApplyTranspose(ST st,Vec x,Vec y)
Collective

Input Parameters

st  - the spectral transformation context
x  - input vector

Output Parameter

y  - output vector

See Also

STApply(), STApplyHermitianTranspose()

Level

developer

Location

src/sys/classes/st/interface/stsolve.c

Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages