Sparse entry emission — definitions #
Emit one address/value entry as two consecutive self-delimiting words.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compositional time bound for one encoded entry.
Equations
Instances For
def
Complexity.RAM.RegisterStore.Machine.rewindEntryEncodeTM
{n : ℕ}
(tapes : EntryEncodeTapes n)
:
TM n
Rewind arbitrary decoded address/value cursors and emit the entry.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.RAM.RegisterStore.Machine.rewindEntryEncodeTime
(entry : Entry)
(addressHeadBound valueHeadBound : ℕ)
:
Composition bound for emitting an entry from arbitrary bounded cursors.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.RAM.RegisterStore.Machine.rewindEntryEncodeRestoreTM
{n : ℕ}
(tapes : EntryEncodeTapes n)
:
TM n
Emit an entry from canonical sources and restore both source heads to cell one.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compositional bound for entry emission followed by two-source restore.
Equations
- One or more equations did not get rendered due to their size.