You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to write a conditional at any location in the expression, e.g. c![a + b, for a in some_vec, if a % 5 < 2, for b in 0..10]. This could work well with generators (#1) to reduce nested computations, though I'm not sure how well that would end up vectorizing if at all.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to write a conditional at any location in the expression, e.g.
c![a + b, for a in some_vec, if a % 5 < 2, for b in 0..10]
. This could work well with generators (#1) to reduce nested computations, though I'm not sure how well that would end up vectorizing if at all.The text was updated successfully, but these errors were encountered: