mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-20 15:12:16 +00:00
* see #2691
* fixed typos * need still some time to think about the "is mutable" comment svn path=/trunk/libs/numeric/ublas/; revision=50917
This commit is contained in:
@@ -110,7 +110,7 @@ Dense Vector ONLY. The type of underlying storage array used to store the elemen
|
||||
<td>Storage</td>
|
||||
<td><code>v.data()</code></td>
|
||||
<td><code>v</code> is mutable and Dense.</td>
|
||||
<td><code>array_type&</code> if a is mutable, <code>const array_type&</code> otherwise</td>
|
||||
<td><code>array_type&</code> if <code>v</code> is mutable, <code>const array_type&</code> otherwise</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -307,7 +307,7 @@ following expressions must be valid.</p>
|
||||
<td>Storage</td>
|
||||
<td><code>m.data()</code></td>
|
||||
<td><code>m</code> is mutable and Dense.</td>
|
||||
<td><code>array_type&</code> if a is mutable, <code>const array_type&</code> otherwise</td>
|
||||
<td><code>array_type&</code> if <code>m</code> is mutable, <code>const array_type&</code> otherwise</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user