From c9f1717d227e21ebfab72cceee90b1f8f8522867 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 18 Aug 2022 12:54:34 +0100 Subject: MLECO-3252: Minor documentation additions Documentation md files added under source tree with links to the main docs. Minor updates to FAQs for MLECO-3251 as well. Change-Id: Ifdcc587f2fcf77228fd46e211d3f9c3963bc9b97 Signed-off-by: Kshitij Sisodia --- source/math/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/math/readme.md (limited to 'source/math/readme.md') 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. -- cgit v1.2.1