diff --git a/doc/matrix.htm b/doc/matrix.htm index 7dfee5a7..8b4d6ff3 100644 --- a/doc/matrix.htm +++ b/doc/matrix.htm @@ -190,13 +190,13 @@ scalar.
void insert (size_type i, size_type j, const_reference
+void 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.
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, const_reference t)void 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.