boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 73 forks source link

add Function transform #253

Open HDembinski opened 4 years ago

HDembinski commented 4 years ago

Henry has demonstrated in boost-histogram (the python module) that fast transforms can be generated also with a less static approach, where the transform stores two function pointers and uses that to perform the transforms. useful for people who need to configure the transforms at run-time.

DbDibyendu commented 3 years ago

Can I take up this issue

HDembinski commented 3 years ago

Thanks, please do!