Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hschreiber committed Nov 8, 2024
1 parent 29f4312 commit 48a0302
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ namespace persistence_matrix {
* row index. Additionally, the given entry range added into the heap does not need to be somehow ordered.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Heap_column : public Master_matrix::Column_dimension_option, public Master_matrix::Chain_column_option
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ namespace persistence_matrix {
* are stored uniquely in the underlying container.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Intrusive_list_column : public Master_matrix::Row_access_option,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace persistence_matrix {
* are stored uniquely in the underlying container.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Intrusive_set_column : public Master_matrix::Row_access_option,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace persistence_matrix {
* are stored uniquely in the underlying container.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class List_column : public Master_matrix::Row_access_option,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace persistence_matrix {
* are stored uniquely in the underlying container.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Naive_vector_column : public Master_matrix::Row_access_option,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace persistence_matrix {
* are stored uniquely in the underlying container.
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Set_column : public Master_matrix::Row_access_option,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ struct EntryPointerEq
* also does not need to be ordered (contrary to most other column types).
*
* @tparam Master_matrix An instantiation of @ref Matrix from which all types and options are deduced.
* @tparam Entry_constructor Factory of @ref Entry classes.
*/
template <class Master_matrix>
class Unordered_set_column : public Master_matrix::Row_access_option,
Expand Down

0 comments on commit 48a0302

Please sign in to comment.