int VecNorm(Vec x,NormType type,double *val)Collective on Vec
x | - the vector |
type | - one of NORM_1, NORM_2, NORM_INFINITY. Also available NORM_1_AND_2, which computes both norms and stores them in a two element array. |
Location: src/vec/interface/vector.c
Vector Index
Table of Contents