Peano
Loading...
Searching...
No Matches
MatrixVectorTest.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
5
7
8
9namespace tarch {
10 namespace la {
11 namespace tests {
12 class MatrixVectorTest;
13 }
14 }
15}
16
21{
22private:
23
27 void testMultiplication ();
28
30
32
33 void testSolveSystem3x3 ();
34
35public:
36
41
45 virtual ~MatrixVectorTest () {};
46
50 virtual void run();
51
55 virtual void setUp() {};
56};
57
Provides tests for types Vector, DynamicVector and all Vector functionality.
virtual void setUp()
Setup your test case.
virtual ~MatrixVectorTest()
Destructor, empty.
virtual void run()
This routine is triggered by the TestCaseCollection.
void testMultiplication()
Tests methods from MatrixVectorOperations.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