pystencils.flow.flowgraph.Let

Contents

pystencils.flow.flowgraph.Let#

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

Let assignments define subexpressions to be used within the same EquationsBlock.

Parameters:
  • lhs (LHS_T)

  • rhs (sp.Basic)