Peano
Loading...
Searching...
No Matches
DynamicMatrixTest.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6
7namespace tarch {
8 namespace la {
9 namespace tests {
11 }
12 }
13}
14
19 private:
20
25
26public:
27
32
36 virtual ~DynamicMatrixTest () {}
37
41 virtual void run() override;
42};
43
Provides tests for types Vector, DynamicVector and all Vector functionality.
void testBatchedMultiplyAoS()
Tests constructors.
virtual void run() override
This routine is triggered by the TestCaseCollection.
virtual ~DynamicMatrixTest()
Destructor, empty.
Represents one test case.
Definition TestCase.h:57
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
Definition accelerator.h:19