petsc-3.13.6 2020-09-29
Report Typos and Errors

VecAbs

Replaces every element in a vector with its absolute value.

Synopsis

#include "petscvec.h" 
PetscErrorCode  VecAbs(Vec v)
Logically Collective on Vec

Input Parameters

v -the vector

Level

intermediate

Location

src/vec/vec/utils/vinv.c

Examples

src/tao/tutorials/ex4.c.html

Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages