Lagrange
BucketSortOffset< Index > Struct Template Reference

Bucket sort offset infos. More...

#include <internal/bucket_sort.h>

Public Attributes

Index num_representatives
 Number of representatives in the input disjoint set.
 
std::vector< Index > representative_offsets
 Vector of size num_representatives + 1 storing the start/end of each disjoint set in the sorted element vector.
 

Detailed Description

template<typename Index>
struct lagrange::internal::BucketSortOffset< Index >

Bucket sort offset infos.

Template Parameters
IndexIndex type.

The documentation for this struct was generated from the following file: