Peano
Loading...
Searching...
No Matches
LUDecompositionTest.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 LUDecompositionTest;
11 }
12 }
13}
14
16{
17private:
18
19 void testLUNoPivoting();
20
21 void testLU();
22
23 void testInversion0();
24 void testInversion1();
25
26public:
27
32
37
41 virtual void run();
42
46 virtual void setUp() {}
47};
48
virtual ~LUDecompositionTest()
Destructor, empty.
virtual void run()
This routine is triggered by the TestCaseCollection.
virtual void setUp()
Setup your test case.
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