STAssociatedKSPSolve
Solves the linear system of equations associated to the spectral transformation.
Synopsis
#include "slepcst.h"
PetscErrorCode STAssociatedKSPSolve(ST st,Vec b,Vec x)
Collective on ST
Input Parameters
st - the spectral transformation context
b - right hand side vector
Output Parameter
x - computed solution
See Also
STAssociatedKSPSolveTranspose()
Location: src/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages