class="class">CompressedBlockSparsityPattern</code> has been renamed to
<code class="class">BlockCompressedSparsityPattern</code> to be
consistent, since the "block" part builds on the "compressed sparsity
- pattern", not the other way around.
+ pattern", not the other way around. The old name remains as a typedef,
+ but its use is deprecated.
<br>
(WB 2007/06/17)
</p>
};
+/**
+ * A typdef to preserve the old name CompressedBlockSparsityPattern even after
+ * we changed the naming of the class to BlockCompressedSparsityPattern. The
+ * old name is now deprecated and user codes should use the name
+ * BlockCompressedSparsityPattern instead.
+ *
+ * @deprecated
+ */
+typedef BlockCompressedSparsityPattern CompressedBlockSparsityPattern;
+
+
/**
* This class extends the base class to implement an array of compressed
unsigned int row_length (const unsigned int row) const;
/**
- * Access to column number field.
- * Return the column number of
- * the @p indexth entry in @p row.
+ * Return an iterator that can loop over
+ * all entries in the given
+ * row. Dereferencing the iterator yields
+ * a column index.
*/
row_iterator row_begin (const unsigned int row) const;
+
+ /**
+ * End iterator for the given row.
+ */
row_iterator row_end (const unsigned int row) const;
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams