Provides tests for types Vector, DynamicVector and all Vector functionality.
void testTransposedMatrix()
Tests operations with TransposedMatrix.h.
void testMatrixOperations()
Tests methods from MatrixOperations.h.
virtual void run()
This routine is triggered by the TestCaseCollection.
void testMatrixMatrixOperations()
Tests methods from MatrixMatrixOperations.h.
void testConstruction()
Tests constructors.
virtual ~MatrixTest()
Destructor, empty.
virtual void setUp()
Setup your test case.
void testAssignment()
Tests methods from MatrixAssign.h.
Represents one test case.
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.