Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53675 - trunk/libs/numeric/ublas/doc
From: daniel_james_at_[hidden]
Date: 2009-06-06 06:33:11


Author: danieljames
Date: 2009-06-06 06:33:10 EDT (Sat, 06 Jun 2009)
New Revision: 53675
URL: http://svn.boost.org/trac/boost/changeset/53675

Log:
Fix a mix up between euclidean and uniform norm. Refs #3056.
Text files modified:
   trunk/libs/numeric/ublas/doc/overview.htm | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/numeric/ublas/doc/overview.htm
==============================================================================
--- trunk/libs/numeric/ublas/doc/overview.htm (original)
+++ trunk/libs/numeric/ublas/doc/overview.htm 2009-06-06 06:33:10 EDT (Sat, 06 Jun 2009)
@@ -300,14 +300,14 @@
 <td><code>norm_2 (x)</code></td>
 <td><em>sqrt (sum
 |x</em><sub><em>i</em></sub>|<sup><em>2</em></sup> <em>)</em></td>
-<td>Computes the <em>l<sub>inf</sub></em> (euclidean) norm of a vector.</td>
+<td>Computes the <em>l<sub>2</sub></em> (euclidean) norm of a vector.</td>
 </tr>
 <tr>
 <td><code>i_amax</code></td>
 <td><code>norm_inf (x)<br />
 index_norm_inf (x)</code></td>
 <td><em>max |x</em><sub><em>i</em></sub><em>|</em></td>
-<td>Computes the <em>l<sub>2</sub></em> (maximum) norm of a vector.<br />
+<td>Computes the <em>l<sub>inf</sub></em> (maximum) norm of a vector.<br />
 BLAS computes the index of the first element having this
 value.</td>
 </tr>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk