summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-02 21:12:07 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-02 21:12:07 +0100
commitae66782eabc574a507b8cfe2b83f2df23b1a36c1 (patch)
tree398bc4d1a4965a527aaa371a7611b952656d5b83 /doc
parentef5008f5e46c4fe6d3728beff1d3277d02aae099 (diff)
Fixed the XHAD documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/clblast.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/clblast.md b/doc/clblast.md
index 618d6aa0..2a776a9c 100644
--- a/doc/clblast.md
+++ b/doc/clblast.md
@@ -2887,7 +2887,7 @@ Arguments to TRSM:
xHAD: Element-wise vector product (Hadamard)
-------------
-Performs the Hadamard element-wise product _z = alpha * x * y + beta * z_, in which _x_, _y_, and _z_z are vectors and _alpha_ and _beta_ are scalar constants.
+Performs the Hadamard element-wise product _z = alpha * x * y + beta * z_, in which _x_, _y_, and _z_ are vectors and _alpha_ and _beta_ are scalar constants.
C++ API:
```