lapackTest.hh

Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include "basics/testcase.hh"
10 
11 namespace test {
12 
17  class LapackTest : public TestCase {
18  public:
19  virtual ~LapackTest() {}
20  virtual void run();
21 
23 
26  private:
27  };
28 
29 } // namespace test
30 
31 
32 
Base class for tests.
Definition: testcase.hh:92
virtual ~LapackTest()
Definition: lapackTest.hh:19
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Testsuite for solvers based on Lapack.a.
Definition: lapackTest.hh:17
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich