summaryrefslogtreecommitdiff
path: root/source/math/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/math/readme.md')
-rw-r--r--source/math/readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/math/readme.md b/source/math/readme.md
new file mode 100644
index 0000000..bee889d
--- /dev/null
+++ b/source/math/readme.md
@@ -0,0 +1,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.