summaryrefslogtreecommitdiff
path: root/include/internal/routine.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-07-08 07:25:18 +0200
committerCNugteren <web@cedricnugteren.nl>2015-07-08 07:25:18 +0200
commit5578d5ab282d63ad47a767dcbebb94b83195230d (patch)
tree35fbf15563cf615c2e2d784edd4765885991711c /include/internal/routine.h
parent82469fc76432f37d955d87b05bf80b02026d19ff (diff)
Added option to set the imaginary part of the diagonal to zero
Diffstat (limited to 'include/internal/routine.h')
-rw-r--r--include/internal/routine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/routine.h b/include/internal/routine.h
index d2cee52c..acc9a9c8 100644
--- a/include/internal/routine.h
+++ b/include/internal/routine.h
@@ -93,6 +93,7 @@ class Routine {
const Buffer &dest,
const bool do_transpose, const bool do_conjugate,
const bool pad, const bool upper, const bool lower,
+ const bool diagonal_imag_zero,
const Program &program);
// Queries the cache and retrieve either a matching program or a boolean whether a match exists.