arpackppTest.hh

Go to the documentation of this file.
1 
6 #ifndef ARPACKPPTEST_HH_
7 #define ARPACKPPTEST_HH_
8 
9 #include "basics/testcase.hh"
10 #include "eigensolver.hh"
11 
12 namespace test {
13 
15  class ArPackppTest: public TestCase {
16  public:
19  }
20  ;
22  virtual ~ArPackppTest() {
23  }
24  ;
25 
27  virtual void run();
28 
30  void testWrapper();
31 
33  void testSymGen();
34 
36  void testCompStd();
37 
39  void testCompGen();
40 
41  };
42 
43 }//namespace
44 
45 #endif /* ARPACKPPTEST_HH_ */
Base class for tests.
Definition: testcase.hh:92
virtual void run()
run the test
void testCompGen()
Tests ArPackppGen.
Unit tests.
Definition: testcase.hh:66
void testCompStd()
Tests ArPackppStd.
virtual ~ArPackppTest()
Default constructor.
Definition: arpackppTest.hh:22
void testWrapper()
Tests ArpackStdOperatorWrapper and ArpackOperatorWrapper.
Test class for the ArPackpp, EasyArPackpp classes and their wrappers.
Definition: arpackppTest.hh:15
ArPackppTest()
Defult constructor.
Definition: arpackppTest.hh:18
void testSymGen()
Tests ArPackppSymGen.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich