summaryrefslogtreecommitdiff
path: root/source/math/readme.md
blob: bee889dc704c2c43ff6f7f34d3252edd37c317e5 (plain)
1
2
3
4
5
6
## Math

This is a CMake static library that allows application level code and ML use case APIs to use basic mathematical
functions on scalars and vectors. This library calls the standard C/C++ math functions when being compiled for
native targets but uses Arm CMSIS-DSP functions if compiled for Arm CPU targets where DSP is available. This is done
to have an abstraction around the mathematical functions that are extensively used mostly in the pre-processing of data.