CMSIS-DSP: Added MVE code for Matrix functions.
Added test patterns for Matrix functions.
Regenerated all tests patterns to improve testing for tails.
Corrected issues in pattern generation scripts.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index 97f3ba3..83c5af9 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -9,7 +9,7 @@
 #include <stdlib.h>
 using namespace std;
 
-#define MEMSIZE 150000
+#define MEMSIZE 230000
 
 // Dummy (will be generated by python scripts)
 // char* array describing the tests and the input patterns.