Template Struct PermuteOrderOneParams

Inheritance Relationships

Base Type

Struct Documentation

template<typename IDType>
struct sparsebase::permute::PermuteOrderOneParams : public sparsebase::utils::Parameters

The hyperparameters of the PermuteOrderTwo transformation.

The permutation vectors used for permuting the rows and the columns of a 2D format.

tparam IDType

the data type of row and column numbers (vertex IDs in the

Public Functions

inline explicit PermuteOrderOneParams(IDType *order)

Public Members

IDType *order

Permutation vector.