slepc-3.18.2 2023-01-26
STMatSolveTranspose
Solves P' x = b, where P is the preconditioner matrix of the spectral transformation, using a KSP object stored internally.
Synopsis
#include "slepcst.h"
PetscErrorCode STMatSolveTranspose(ST st,Vec b,Vec x)
Collective on st
Input Parameters
| st | - the spectral transformation context
|
| b | - right hand side vector
|
Output Parameter
See Also
STMatSolve()
Level
developer
Location
src/sys/classes/st/interface/stsles.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages