2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 16:52:09 +00:00

- fixed typo

This commit is contained in:
Gunter Winkler
2008-01-14 19:04:43 +00:00
parent 2ff3c15ce2
commit db0efd93e0

View File

@@ -286,7 +286,7 @@ matrices.</p>
<tr>
<td><code>sasum</code> OR <code>dasum</code></td>
<td><code>norm_1 (x)</code></td>
<td><em>sum x<sub>i</sub></em></td>
<td><em>sum |x<sub>i</sub>|</em></td>
<td>Computes the <em>l<sub>1</sub></em> (sum) norm of a real vector.</td>
</tr>
<tr>