Property | Type | Description | |
---|---|---|---|
seqindex | Sequence | ||
symbol | int |
Method | Description | |
---|---|---|
Access ( int pos ) : bool |
Access to the bit at position "pos"
|
|
AssertEquality ( |
Asserts the equality.
|
|
Load ( |
Load from "Input"
|
|
Rank1 ( int pos ) : int |
Rank1
|
|
Save ( |
Saves to "Output"
|
|
Select1 ( int rank ) : int |
Select1
|
|
UnraveledSymbol ( Sequence _seqindex, int _symbol ) : System |
Creates an unraveled symbol using "_symbol" over "_seqindex"
|
public AssertEquality ( |
||
other | ||
return | void |
public Load ( |
||
Input | ||
return | void |
public Save ( |
||
Output | ||
return | void |
public UnraveledSymbol ( Sequence _seqindex, int _symbol ) : System | ||
_seqindex | Sequence | |
_symbol | int | |
return | System |