Class documentation of Concepts

Loading...
Searching...
No Matches
laguerreTest.hh
Go to the documentation of this file.
1
7#ifndef laguerreTest_hh
8#define laguerreTest_hh
9
10#include "basics/typedefs.hh"
11#include "basics/testcase.hh"
12
13namespace test {
14
15 // ********************************************************** LaguerreTest **
16
20 class LaguerreTest : public TestCase {
21 public:
22 virtual ~LaguerreTest() {}
23 virtual void run();
24
26
27 void testLaguerrePolynomials();
28 void testLaguerreBasis();
29 void testLaguerreBasisDeriv();
31 private:
32 void testFunction_(const concepts::Real* f, uint n,
33 const concepts::Real* x, const char* formula);
34 };
35
36} // namespace test
37
38#endif // laguerreTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
double Real
Definition typedefs.hh:39