diff --git a/doc/matrix_sparse.htm b/doc/matrix_sparse.htm index 24722296..e7864818 100644 --- a/doc/matrix_sparse.htm +++ b/doc/matrix_sparse.htm @@ -213,13 +213,13 @@ through a scalar.
void insert (size_type i, size_type j, const_reference
+true_refrence insert_element (size_type i, size_type j, const_reference
t)
Inserts the value t at the j-th
-element of the i-th row.
+element of the i-th row. Duplicates elements are not allowed.void erase (size_type i, size_type j)void erase_element (size_type i, size_type j)j-th element of the
i-th row.void insert (size_type i, size_type j, const_reference
+true_reference insert_element (size_type i, size_type j, const_reference
t)
Inserts the value t at the j-th
-element of the i-th row.
+element of the i-th row. Duplicates elements are not allowed.void erase (size_type i, size_type j)void erase_element (size_type i, size_type j)j-th element of the
i-th row.void insert (size_type i, size_type j, const_reference
+true_reference insert_element (size_type i, size_type j, const_reference
t)
Inserts the value t at the j-th
-element of the i-th row.
+element of the i-th row. Duplicates elements are not allowed.void erase (size_type i, size_type j)void append_element (size_type i, size_type j, const_reference t)t at the j-th element of the i-th row.
+Duplicate elements can be appended to a coordinate_matrix. They are merged into a single
+arithmetically summed element by the sort function.void erase_element (size_type i, size_type j)j-th element of the
i-th row.void insert (size_type i, const_reference t)true_reference insert_element (size_type i, const_reference t)t at the i-th
-element.void erase (size_type i)void erase_element (size_type i)i-th element.void insert (size_type i, const_reference t)true_reference insert_element (size_type i, const_reference t)t at the i-th
-element.void erase (size_type i)void erase_element (size_type i)i-th element.void insert (size_type i, const_reference t)true_reference insert_element (size_type i, const_reference t)t at the i-th
-element.void erase (size_type i)void append_element (size_type i, size_type j, const_reference t)t at the i-th element.
+Duplicate elements can be appended to a coordinate_vector. They are merged into a single
+arithmetically summed element by the sort function.void erase_element (size_type i)i-th element.