Index: BLAS/SRC/cdotc.f =================================================================== --- BLAS/SRC/cdotc.f (revision 1582) +++ BLAS/SRC/cdotc.f (working copy) @@ -23,8 +23,10 @@ *> *> \verbatim *> -*> forms the dot product of two vectors, conjugating the first -*> vector. +*> CDOTC performs the dot product operation +*> +*> C = SUM( X**C * Y ) +*> *> \endverbatim * * Authors: Index: BLAS/SRC/cdotu.f =================================================================== --- BLAS/SRC/cdotu.f (revision 1582) +++ BLAS/SRC/cdotu.f (working copy) @@ -23,7 +23,10 @@ *> *> \verbatim *> -*> CDOTU forms the dot product of two vectors. +*> CDOTU performs the dot product operation +*> +*> C = SUM( X * Y ) +*> *> \endverbatim * * Authors: Index: BLAS/SRC/zdotc.f =================================================================== --- BLAS/SRC/zdotc.f (revision 1582) +++ BLAS/SRC/zdotc.f (working copy) @@ -23,7 +23,10 @@ *> *> \verbatim *> -*> ZDOTC forms the dot product of a vector. +*> ZDOTC performs the dot product operation +*> +*> Z = SUM( X**C * Y ) +*> *> \endverbatim * * Authors: Index: BLAS/SRC/zdotu.f =================================================================== --- BLAS/SRC/zdotu.f (revision 1582) +++ BLAS/SRC/zdotu.f (working copy) @@ -23,7 +23,10 @@ *> *> \verbatim *> -*> ZDOTU forms the dot product of two vectors. +*> ZDOTU performs the dot product operation +*> +*> Z = SUM( X * Y ) +*> *> \endverbatim * * Authors: