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
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
void testCoefficients(int poly)
solve problem of geometric coefficients for a analytic problem on [-1,1].
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