CMSIS-DSP
CMSIS-DSP copied to clipboard
In-place operations
Hi,
I'm wondering what, if any linear algebra methods support in-place operations. I expect the elementwise operations (e.g. scaling, addition, etc.) should but it's not mentioned in the documentation.
Thanks!
Hi @jkablan ,
Indeed it is not written in the documentation. Some functions do indeed support in-place modifications like scaling, addition ...
The documentation will definitely have to be improved on this topic.