summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-16 07:43:19 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-16 07:43:19 +0200
commit8f01c644b5c62958c1dcd4fd72b411f3805b81a6 (patch)
treed3e5e937904a5206c503769c38cc11912b12a3ad /include
parent9e2fba9ab9cab1f94dfe143fc6e163f47b6d6f39 (diff)
Added support for complex conjugate transpose
Diffstat (limited to 'include')
-rw-r--r--include/internal/routine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/routine.h b/include/internal/routine.h
index 42357d8d..4482d23b 100644
--- a/include/internal/routine.h
+++ b/include/internal/routine.h
@@ -95,8 +95,8 @@ class Routine {
const size_t dest_one, const size_t dest_two,
const size_t dest_ld, const size_t dest_offset,
const Buffer &dest,
- const bool do_transpose, const bool pad,
- const Program &program);
+ const bool do_transpose, const bool do_conjugate,
+ const bool pad, const Program &program);
// Queries the cache and retrieve either a matching program or a boolean whether a match exists.
// The first assumes that the program is available in the cache and will throw an exception