VecAbs
Replaces every element in a vector with its absolute value.
Synopsis
int VecAbs(Vec v)
Collective on Vec
Input Parameters
v
-the vector
Keywords
vector,absolute value
Location:
src/vec/utils/vinv.c
Vector Index
Table of Contents