Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
testLevelRiesz.hh
Go to the documentation of this file.
1
6
#ifndef testLevelRiesz_hh
7
#define testLevelRiesz_hh
8
9
#include "
basics/typedefs.hh
"
10
#include "
basics/testcase.hh
"
11
12
namespace
test
{
13
14
class
LevelRieszTest
:
public
TestCase
{
15
public
:
16
virtual
~LevelRieszTest
() {}
17
virtual
void
run
();
18
32
void
testCoefficients
(
int
poly);
33
34
};
35
36
}
// namespace test
37
38
#endif // legendreTest_hh
test::TestCase
Base class for tests.
Definition:
testcase.hh:92
testcase.hh
test
Unit tests.
Definition:
testcase.hh:66
test::LevelRieszTest
Definition:
testLevelRiesz.hh:14
test::LevelRieszTest::testCoefficients
void testCoefficients(int poly)
solve problem of geometric coefficients for a analytic problem on [-1,1].
test::LevelRieszTest::~LevelRieszTest
virtual ~LevelRieszTest()
Definition:
testLevelRiesz.hh:16
typedefs.hh
test::LevelRieszTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich