NormType

determines what type of norm to compute

Synopsis

typedef enum {NORM_1=1,NORM_2=2,NORM_FROBENIUS=3,NORM_INFINITY=4,NORM_1_AND_2=5} NormType;

See Also

VecNorm(), VecNormBegin(), VecNormEnd(), MatNorm()

Level:beginner
Location:
src/vec/../../include/petscvec.h
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages