Index: vector_sparse.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/numeric/ublas/doc/vector_sparse.htm,v
retrieving revision 1.15
diff -r1.15 vector_sparse.htm
200c200
< <td><code>void insert (size_type i, const_reference t)</code></td>
---
> <td><code>true_reference insert_element (size_type i, const_reference t)</code></td>
205c205
< <td><code>void erase (size_type i)</code></td>
---
> <td><code>void erase_element (size_type i)</code></td>
457c457
< <td><code>void insert (size_type i, const_reference t)</code></td>
---
> <td><code>true_reference insert_element (size_type i, const_reference t)</code></td>
462c462
< <td><code>void erase (size_type i)</code></td>
---
> <td><code>void erase_element (size_type i)</code></td>
717c717
< <td><code>void insert (size_type i, const_reference t)</code></td>
---
> <td><code>true_reference insert_element (size_type i, const_reference t)</code></td>
722c722,726
< <td><code>void erase (size_type i)</code></td>
---
>  <td><code>void append_element (size_type i, const_reference t)</code></td>
>  <td>Adds the value <code>t</code> at the <code>i</code>-th element.</td>
> </tr>
> <tr>
> <td><code>void erase_element (size_type i)</code></td>

