LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
163 stars 10 forks source link

Reduction operations (sum, prod, etc.) #207

Open Pencilcaseman opened 1 year ago

Pencilcaseman commented 1 year ago

Implement reduction operations that operate on all values in an array, returning a single value. These operations could also apply to a single axis of a vector, which would improve functionality.