#include "petscvec.h" PetscErrorCode VecPointwiseDivide(Vec w,Vec x,Vec y)Collective on Vec
Notes: any subset of the x, y, and w may be the same vector.
  VecPointwiseDivide(Vec x,Vec y) | -> | VecPointwiseDivide(x,y,y) |
Level:advanced
Location:src/vec/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages