Open
Description
Hi,
Recently came across numexpr
https://github.com/pydata/numexpr
that can do expressions on arrays eg. 3*a+4*b
where a
and b
are arrays.
Is this kind of expression possible in ExpressionEvaluator
.
if not can we get it done using linq
or a lambda expression
.