12 class MatrixVectorTest;
Provides tests for types Vector, DynamicVector and all Vector functionality.
virtual void setUp()
Setup your test case.
virtual ~MatrixVectorTest()
Destructor, empty.
MatrixVectorTest()
Cosntructor.
virtual void run()
This routine is triggered by the TestCaseCollection.
void testMultiplication()
Tests methods from MatrixVectorOperations.h.
void testForwardSubstitution()
void testBackSubstitution()
void testSolveSystem3x3()
Represents one test case.
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.