LibRapid / librapid

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

Inplace operators #219

Closed Pencilcaseman closed 1 year ago

Pencilcaseman commented 1 year ago

Support for +=, -=, etc. on array types.

Note that this will not work on function types or other composite types -- they only work on ArrayContainer instances.