inducer / arraycontext

Choose your favorite numpy-workalike!
6 stars 11 forks source link

Add generic container reductions #62

Closed alexfikl closed 3 years ago

alexfikl commented 3 years ago

This adds some helpers to do reductions over array containers.

Fixes #61.

inducer commented 3 years ago

Unsubscribing... @-mention or request review once it's ready for a look or needs attention.

inducer commented 3 years ago

:tada: In it goes.

alexfikl commented 3 years ago

Thanks, this looks great to me! The same piece of logic was being re-used at multiple places and this provides a nice primitive for it.

Thanks for taking a look!