pystencils.backend.ast.expressions.PsSubscript#
- class pystencils.backend.ast.expressions.PsSubscript(arr, index)#
N-dimensional subscript into an array.
- Parameters:
arr (PsExpression)
index (Sequence[PsExpression])
- _clone_expr()#
Implementation of expression cloning.
- Return type:
- get_children()#
Retrieve child nodes of this AST node
This operation must be implemented by subclasses.