#include "petscmat.h" int MatScaleSystem(Mat mat,Vec x,Vec b)Collective on Mat
mat | - the matrix | |
x | - solution vector (or PETSC_NULL) | |
b | - right hand side vector (or PETSC_NULL) |
The SLES methods automatically call this routine when required (via PCPreSolve()) so it is rarely used directly.
Level:Developer
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages