pystencils.flow.flowgraph.Store

Contents

pystencils.flow.flowgraph.Store#

class pystencils.flow.flowgraph.Store(lhs, rhs)#

Store assignments represent writing a value to an abstract memory location.

Stores act as exports to the bottom node (\(\bot\)), and may therefore only occur in instances of EquationsBlock that have \(\bot\) as a successor.

Parameters:
  • lhs (LHS_T)

  • rhs (sp.Basic)