Searched defs:PermNetwork (Results 1 – 1 of 1) sorted by relevance
317 struct PermNetwork { struct318 using Controls = std::vector<uint8_t>;319 using ElemType = int;320 static constexpr ElemType Ignore = ElemType(-1);322 enum : uint8_t {327 enum : uint8_t {332 PermNetwork(ArrayRef<ElemType> Ord, unsigned Mult = 1) { in PermNetwork() argument345 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()362 uint8_t ctl(ElemType Pos, unsigned Step) const { in ctl()365 unsigned size() const { in size()[all …]