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
5
#include "
tarch/tests/TestCase.h
"
6
7
namespace
tarch
{
8
namespace
la {
9
namespace
tests
{
10
class
LUDecompositionTest;
11
}
12
}
13
}
14
15
class
tarch::la::tests::LUDecompositionTest
:
public
tarch::tests::TestCase
16
{
17
private
:
18
19
void
testLUNoPivoting
();
20
21
void
testLU
();
22
23
void
testInversion0
();
24
void
testInversion1
();
25
26
public
:
27
31
LUDecompositionTest
();
32
36
virtual
~LUDecompositionTest
() {}
37
41
virtual
void
run
();
42
46
virtual
void
setUp
() {}
47
};
48
TestCase.h
tarch::la::tests::LUDecompositionTest
Definition
LUDecompositionTest.h:16
tarch::la::tests::LUDecompositionTest::~LUDecompositionTest
virtual ~LUDecompositionTest()
Destructor, empty.
Definition
LUDecompositionTest.h:36
tarch::la::tests::LUDecompositionTest::run
virtual void run()
This routine is triggered by the TestCaseCollection.
Definition
LUDecompositionTest.cpp:15
tarch::la::tests::LUDecompositionTest::testLUNoPivoting
void testLUNoPivoting()
Definition
LUDecompositionTest.cpp:23
tarch::la::tests::LUDecompositionTest::testLU
void testLU()
Definition
LUDecompositionTest.cpp:27
tarch::la::tests::LUDecompositionTest::testInversion1
void testInversion1()
Definition
LUDecompositionTest.cpp:69
tarch::la::tests::LUDecompositionTest::setUp
virtual void setUp()
Setup your test case.
Definition
LUDecompositionTest.h:46
tarch::la::tests::LUDecompositionTest::testInversion0
void testInversion0()
Definition
LUDecompositionTest.cpp:45
tarch::la::tests::LUDecompositionTest::LUDecompositionTest
LUDecompositionTest()
Constructor.
Definition
LUDecompositionTest.cpp:10
tarch::tests::TestCase
Represents one test case.
Definition
TestCase.h:57
tarch
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
Definition
accelerator.h:19
tests
Definition
Scenario.h:8
src
tarch
la
tests
LUDecompositionTest.h
Generated on Tue Mar 18 2025 20:03:26 for Peano by
1.10.0