You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
eigensolver
testsuite
DirPowItTest.hh
Go to the documentation of this file.
1
6
#ifndef DirPowItTest_hh
7
#define DirPowItTest_hh
8
9
#include <iostream>
10
#include <cstdlib>
11
#include <unistd.h>
// for command line parsing
12
#include "
space/space.hh
"
13
#include "
basics/testcase.hh
"
14
#include "operator/sparseMatrix.hh"
15
#include "
eigensolver/SmallES.hh
"
16
#include "
eigensolver/QR_Q.hh
"
17
#include "
eigensolver/DirPowIt.hh
"
18
#include "
operator/superLU.hh
"
19
#include "
basics/exceptions.hh
"
20
#include "
toolbox/array.hh
"
21
22
using
concepts::Real
;
23
using
concepts::Cmplx
;
24
25
namespace
test
{
26
27
class
DirPowItTest
:
public
TestCase
{
28
public
:
29
DirPowItTest
() : spc(5) {}
30
virtual
~DirPowItTest
() {}
31
virtual
void
run
();
32
private
:
33
concepts::DummySpace<Real>
spc;
34
};
35
36
}
// namespace test
37
38
# endif
// DirPowItTest_hh
39
DirPowIt.hh
QR_Q.hh
SmallES.hh
array.hh
exceptions.hh
concepts::DummySpace
Definition
space.hh:373
test::DirPowItTest
Definition
DirPowItTest.hh:27
test::DirPowItTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::TestCase
Definition
testcase.hh:92
concepts::Real
double Real
Definition
typedefs.hh:39
concepts::Cmplx
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition
typedefs.hh:42
test
Definition
testcase.hh:66
space.hh
superLU.hh
testcase.hh
Generated on Wed Sep 13 2023 21:06:18 for Concepts by
1.9.8