int VecNormBegin(Vec x, NormType ntype, double *result)
x | - the first vector |
ntype | - norm type, one of NORM_1, NORM_2, NORM_MAX, NORM_1_AND_2 |
result | - where the result will go (can be PETSC_NULL) |
Level:advanced
Location:src/vec/utils/comb.c
Vector Index
Table of Contents