projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1669c2
)
APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry...
author
julie
<julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:27:07 +0000
(
05:27
+0000)
committer
julie
<julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:27:07 +0000
(
05:27
+0000)
[PATCH 14/42] Fix CPOTRF2 documentation: A is COMPLEX, not DOUBLE PRECISION
SRC/cpotrf2.f
patch
|
blob
|
history
diff --git
a/SRC/cpotrf2.f
b/SRC/cpotrf2.f
index 6ab06a637de9cb1053673254f4734338fe78ba2b..0bbf2e0a805f862da989953940b9e828d2c65a09 100644
(file)
--- a/
SRC/cpotrf2.f
+++ b/
SRC/cpotrf2.f
@@
-62,7
+62,7
@@
*>
*> \param[in,out] A
*> \verbatim
-*> A is
DOUBLE PRECISION
array, dimension (LDA,N)
+*> A is
COMPLEX
array, dimension (LDA,N)
*> On entry, the symmetric matrix A. If UPLO = 'U', the leading
*> N-by-N upper triangular part of A contains the upper
*> triangular part of the matrix A, and the strictly lower