Class documentation of Concepts

Loading...
Searching...
No Matches
lapackTest.hh
Go to the documentation of this file.
1
7#pragma once
8
9#include "basics/testcase.hh"
10
11namespace test {
12
17 class LapackTest : public TestCase {
18 public:
19 virtual ~LapackTest() {}
20 virtual void run();
21
23
24 void testLapackChol();
26 private:
27 };
28
29} // namespace test
30
31
32
virtual void run()
Runs the tests. Must be overwritten by the specialization.