From 5578d5ab282d63ad47a767dcbebb94b83195230d Mon Sep 17 00:00:00 2001 From: CNugteren Date: Wed, 8 Jul 2015 07:25:18 +0200 Subject: Added option to set the imaginary part of the diagonal to zero --- include/internal/routine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal/routine.h') 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. -- cgit v1.2.3