summaryrefslogtreecommitdiff
path: root/include/internal/routines/level2/xhemv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level2/xhemv.h')
-rw-r--r--include/internal/routines/level2/xhemv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/routines/level2/xhemv.h b/include/internal/routines/level2/xhemv.h
index 4c80fffe..801b2fc3 100644
--- a/include/internal/routines/level2/xhemv.h
+++ b/include/internal/routines/level2/xhemv.h
@@ -37,7 +37,7 @@ class Xhemv: public Xgemv<T> {
using Xgemv<T>::DoGemv;
// Constructor
- Xhemv(Queue &queue, Event &event);
+ Xhemv(Queue &queue, Event &event, const std::string &name = "HEMV");
// Templated-precision implementation of the routine
StatusCode DoHemv(const Layout layout, const Triangle triangle,