struct gpr::StructuredPermutationΒΆ

#include <PermutationUtils.h>
 
struct StructuredPermutation {
    // fields
 
    std::vector<Index_t> perm;
    std::vector<Index_t> inv_perm;
};