petsc-3.5.4 2015-05-23
Report Typos and Errors

NORM_1

the one norm, ||v|| = sum_i | v_i |. ||A|| = max_j || v_*j ||, maximum column sum

See Also

NormType, MatNorm(), VecNorm(), VecNormBegin(), VecNormEnd(), NORM_2, NORM_FROBENIUS,
NORM_INFINITY, NORM_1_AND_2

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

Examples

src/vec/vec/examples/tutorials/ex11.c.html
src/vec/vec/examples/tutorials/ex11f.F.html
src/ksp/ksp/examples/tutorials/ex34.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ts/examples/tutorials/ex9.c.html
src/ts/examples/tutorials/ex17.c.html
src/tao/bound/examples/tutorials/jbearing2.c.html