KSPSolveTranspose#
Solves a linear system with the transposed matrix.
Synopsis#
#include "petscksp.h"
#include "petscmat.h"
PetscErrorCode KSPSolveTranspose(KSP ksp, Vec b, Vec x)
Collective
Input Parameters#
ksp - iterative context obtained from
KSPCreate()
b - right hand side vector
x - solution vector
Notes#
For complex numbers this solve the non-Hermitian transpose system.
Developer Notes#
We need to implement a KSPSolveHermitianTranspose()
See Also#
KSP: Linear System Solvers, KSPCreate()
, KSPSetUp()
, KSPDestroy()
, KSPSetTolerances()
, KSPConvergedDefault()
,
KSPSolve()
, KSP
Level#
developer
Location#
Examples#
src/dm/impls/swarm/tutorials/ex1.c
src/dm/impls/swarm/tutorials/ex1f90.F90
src/ksp/ksp/tutorials/ex10.c
src/ksp/ksp/tutorials/ex53.c
src/ksp/ksp/tutorials/ex67.c
src/ksp/ksp/tutorials/ex72.c
src/tao/pde_constrained/tutorials/hyperbolic.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages