VecReciprocal

Replaces each component of a vector by its reciprocal.

Synopsis

#include "petscvec.h" 
int VecReciprocal(Vec vec)
Collective on Vec

Input Parameter

v -the vector

Output Parameter

v -the vector reciprocal

Level:intermediate
Location:
src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex15.c.html
src/sles/examples/tutorials/ex15f.F.html