Class documentation of Concepts

Loading...
Searching...
No Matches
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
12namespace test {
13
15 class ArPackppTest: public TestCase {
16 public:
19 }
20 ;
22 virtual ~ArPackppTest() {
23 }
24 ;
25
27 virtual void run();
28
31
33 void testSymGen();
34
37
40
41 };
42
43}//namespace
44
45#endif /* ARPACKPPTEST_HH_ */
Test class for the ArPackpp, EasyArPackpp classes and their wrappers.
void testCompStd()
Tests ArPackppStd.
void testWrapper()
Tests ArpackStdOperatorWrapper and ArpackOperatorWrapper.
void testCompGen()
Tests ArPackppGen.
virtual void run()
run the test
void testSymGen()
Tests ArPackppSymGen.
virtual ~ArPackppTest()
Default constructor.
ArPackppTest()
Defult constructor.