Peano
Loading...
Searching...
No Matches
MatrixTest.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6
7namespace tarch {
8 namespace la {
9 namespace tests {
10 class MatrixTest;
11 }
12 }
13}
14
19{
20private:
21
26
31
36
41
46
47public:
48
53
57 virtual ~MatrixTest () {};
58
62 virtual void run();
63
67 virtual void setUp() {};
68};
69
Provides tests for types Vector, DynamicVector and all Vector functionality.
Definition MatrixTest.h:19
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.
Definition MatrixTest.h:57
virtual void setUp()
Setup your test case.
Definition MatrixTest.h:67
void testAssignment()
Tests methods from MatrixAssign.h.
Represents one test case.
Definition TestCase.h:57
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
Definition accelerator.h:19