You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
operator
testsuite
umfpackTest.hh
Go to the documentation of this file.
1
7
#ifndef umfpackTest_hh
8
#define umfpackTest_hh
9
10
#include "
basics/testcase.hh
"
11
#include "
space/space.hh
"
12
13
namespace
test
{
14
19
class
UmfpackTest
:
public
TestCase
{
20
public
:
21
UmfpackTest
() : spc(5) {}
22
virtual
~UmfpackTest
() {}
23
virtual
void
run
();
24
26
27
28
void
testinit
();
30
void
testSPD
();
32
void
testUNSYMM
();
34
private
:
35
concepts::DummySpace<concepts::Real>
spc;
36
};
37
38
}
// namespace test
39
40
#endif
// umfpackTest_hh
concepts::DummySpace
Definition
space.hh:373
test::TestCase
Definition
testcase.hh:92
test::UmfpackTest
Definition
umfpackTest.hh:19
test::UmfpackTest::run
virtual void run()
Runs the tests. Must be overwritten by the specialization.
test::UmfpackTest::testinit
void testinit()
Tests initialization of the solver.
test::UmfpackTest::testSPD
void testSPD()
Tests symmetric, positive definite solver.
test::UmfpackTest::testUNSYMM
void testUNSYMM()
Tests unsymmetric solver.
test
Definition
testcase.hh:66
space.hh
testcase.hh
Generated on Wed Sep 13 2023 21:06:23 for Concepts by
1.9.8