Minor edits in the BLAS header to better describe the functionality.
authorlangou <langou@users.noreply.github.com>
Thu, 3 Sep 2015 03:05:54 +0000 (03:05 +0000)
committerlangou <langou@users.noreply.github.com>
Thu, 3 Sep 2015 03:05:54 +0000 (03:05 +0000)
See: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=4786

BLAS/SRC/cdotc.f
BLAS/SRC/cdotu.f
BLAS/SRC/zdotc.f
BLAS/SRC/zdotu.f

index 8e7d8b9..95c49d9 100644 (file)
@@ -23,8 +23,9 @@
 *>
 *> \verbatim
 *>
-*>    forms the dot product of two vectors, conjugating the first
-*>    vector.
+*> CDOTC forms the dot product of two complex vectors
+*>      CDOTC = X^H * Y
+*>
 *> \endverbatim
 *
 *  Authors:
index 456a409..338ddb0 100644 (file)
@@ -23,7 +23,9 @@
 *>
 *> \verbatim
 *>
-*>    CDOTU forms the dot product of two vectors.
+*> CDOTU forms the dot product of two complex vectors
+*>      CDOTU = X^T * Y
+*>
 *> \endverbatim
 *
 *  Authors:
index 660648b..855989e 100644 (file)
@@ -23,7 +23,9 @@
 *>
 *> \verbatim
 *>
-*> ZDOTC forms the dot product of a vector.
+*> ZDOTC forms the dot product of two complex vectors
+*>      ZDOTC = X^H * Y
+*>
 *> \endverbatim
 *
 *  Authors:
index dd86352..389fb73 100644 (file)
@@ -23,7 +23,9 @@
 *>
 *> \verbatim
 *>
-*>    ZDOTU forms the dot product of two vectors.
+*> ZDOTU forms the dot product of two complex vectors
+*>      ZDOTU = X^T * Y
+*>
 *> \endverbatim
 *
 *  Authors: