Method | Description | |
---|---|---|
CreateInvertGate ( int count ) : |
||
CreateMultiGroupInserterGate ( int count, int groupSize, int numGroups ) : |
||
CreateNopGate ( ) : |
||
CreateShuffleGate ( int count, int numGroups ) : |
||
CreateSplitGate ( int count, int group, bool moveGroupToTop ) : |
||
CreateSwapGate ( ) : |
||
CreateUnshuffleGate ( int count, int numGroups ) : |
public static CreateInvertGate ( int count ) : |
||
count | int | |
return |
public static CreateMultiGroupInserterGate ( int count, int groupSize, int numGroups ) : |
||
count | int | |
groupSize | int | |
numGroups | int | |
return |
public static CreateNopGate ( ) : |
||
return |
public static CreateShuffleGate ( int count, int numGroups ) : |
||
count | int | |
numGroups | int | |
return |
public static CreateSplitGate ( int count, int group, bool moveGroupToTop ) : |
||
count | int | |
group | int | |
moveGroupToTop | bool | |
return |
public static CreateSwapGate ( ) : |
||
return |
public static CreateUnshuffleGate ( int count, int numGroups ) : |
||
count | int | |
numGroups | int | |
return |