int MatSolveTrans(Mat mat,Vec b,Vec x)Collective on Mat and Vec
mat | - the factored matrix |
b | - the right-hand-side vector |
Most users should employ the simplified SLES interface for linear solvers instead of working directly with matrix algebra routines such as this. See, e.g., SLESCreate().
Level:developer
Location:src/mat/interface/matrix.c
Matrix Index
Table of Contents