#include "CppUTest/TestHarness.h" #include "CppUTest/TestRegistry.h" #include "CppUTest/TestOutput.h" #include "CppUTest/TestTestingFixture.h" #include "mat.h" #define TESTSIZE 4 int testMat [TESTSIZE][TESTSIZE]; int testVec [TESTSIZE]; TEST_GROUP(Matrix) { void setup() { int i = 1; int j = 1; for (int x = 0; x a = testMat; Vec v = testVec; //Vec b = a * v; for (int x = 0; x a = testMat; a = a / 5; for (int x = 0; x a = testMat; a = a - 5; for (int x = 0; x a = testMat; a = a + 5; for (int x = 0; x a = testMat; a = a + 5; for (int x = 0; x a ; Mat b ; int val = 1; for (int x = 0; x a ; for (int x = 0; x a ; for (int x = 0; x