From 5a55318a46ef9e35ff93d0b36bd4053a1734c61a Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 21 Aug 2002 14:40:43 +0000 Subject: Fixed a typo in the formula to compute the L2 norm. Thanks to Peter for finding out. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@34 d60812e6-3970-4df4-986e-c251b06effeb --- doc/documentation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex index f85cc65..1ffbcd7 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -37,7 +37,7 @@ Reduction Operator & Calculates & By \\ {\tt maximum} & the maximum of a grid variable & $ \max{ GV } $ \\ {\tt sum} & the sum of the elements of a grid variable & $ \sum{ GV } $ \\ {\tt norm1} & the L1 norm of a grid variable & $ \left(\Sigma | GV | \right)/n $ \\ -{\tt norm2} & the L2 norm of a grid variable & $ \sqrt{\Sigma GV^2}/n $ \\ +{\tt norm2} & the L2 norm of a grid variable & $ \sqrt{(\Sigma GV^2)/n} $ \\ {\tt norm\_inf} & the Inf norm of a grid variable & $ \max{| GV |} $ \\ \hline \end{tabular}\\ -- cgit v1.2.3