#include "petscmat.h" PetscErrorCode MatSolveTranspose(Mat mat,Vec b,Vec x)Neighbor-wise Collective on Mat
mat | - the factored matrix | |
b | - the right-hand-side vector |
x | - the result vector |
Most users should employ the simplified KSP interface for linear solvers instead of working directly with matrix algebra routines such as this. See, e.g., KSPCreate().