pystencils.flow.flowgraph.Let#
- class pystencils.flow.flowgraph.Let(lhs, rhs)#
Letassignments define subexpressions to be used within the sameEquationsBlock.- Parameters:
lhs (LHS_T)
rhs (sp.Basic)
Let assignments define subexpressions to be used within the same EquationsBlock.
lhs (LHS_T)
rhs (sp.Basic)