pystencils.codegen.Lambda#
- class pystencils.codegen.Lambda(expr, params)#
A one-line function emitted by the code generator as an auxiliary object.
- Parameters:
expr (PsExpression)
params (Sequence[Parameter])
A one-line function emitted by the code generator as an auxiliary object.
expr (PsExpression)
params (Sequence[Parameter])