IPNormEnd
Ends a split phase norm computation.
Synopsis
#include "slepcip.h"
PetscErrorCode IPNormEnd(IP ip,Vec x,PetscReal *norm)
Input Parameters
| ip | - the inner product context
|
| x | - input vector
|
Output Parameter
norm - the computed norm
Notes
Each call to IPNormBegin() should be paired with a call to IPNormEnd().
See Also
IPNormBegin(), IPNorm(), IPInnerProduct(), IPMInnerProduct(),
IPInnerProductBegin(), IPInnerProductEnd()
Location: src/ip/ipdot.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages