#include "petscksp.h" PetscErrorCode KSPSolveTranspose(KSP ksp,Vec b,Vec x)Collective on KSP Many br
ksp | - iterative context obtained from KSPCreate() Many br | |
b | - right hand side vector Many br | |
x | - solution vector Many br |
Notes: For complex numbers this solve the non-Hermitian transpose system. Many br
Developer Notes: We need to implement a KSPSolveHermitianTranspose() Many br
Many br
Level:developer
Location:src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages