summaryrefslogtreecommitdiff
path: root/test/test_utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-31 21:44:28 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-31 21:44:28 +0200
commit391e5757bdfbd37b7d15b6834a90749813a93369 (patch)
treeb0fb245b03523adfaef6c71b307cde9b5026b9b5 /test/test_utilities.hpp
parent713d0f96b3dda04cbd9a2c5da3cb283a2d2719e0 (diff)
Fixed the tests of OMATCOPY to include proper complex conjugation
Diffstat (limited to 'test/test_utilities.hpp')
-rw-r--r--test/test_utilities.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_utilities.hpp b/test/test_utilities.hpp
index 42660bdb..7bf5e65f 100644
--- a/test/test_utilities.hpp
+++ b/test/test_utilities.hpp
@@ -70,6 +70,10 @@ struct BuffersHost {
// =================================================================================================
+template <typename T> T ComplexConjugate(const T value);
+
+// =================================================================================================
+
// Converts a value (e.g. an integer) to a string. This also covers special cases for CLBlast
// data-types such as the Layout and Transpose data-types.
template <typename T>