STAssociatedKSPSolveTranspose

Solves the transpose of the linear system of equations associated to the spectral transformation.

Synopsis

#include "slepcst.h" 
PetscErrorCode STAssociatedKSPSolveTranspose(ST st,Vec b,Vec x)

Input Parameters

st - the spectral transformation context
b - right hand side vector

Output Parameter

x - computed solution

See Also

STAssociatedKSPSolve()

Location: src/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages