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:
e9a63a0
)
doc: a missing P in dgeqr2p documention
author
Nick Papior
<nickpapior@gmail.com>
Thu, 1 Sep 2016 20:01:40 +0000
(22:01 +0200)
committer
Nick Papior
<nickpapior@gmail.com>
Thu, 1 Sep 2016 20:01:40 +0000
(22:01 +0200)
Signed-off-by: Nick Papior <nickpapior@gmail.com>
SRC/dgeqr2p.f
patch
|
blob
|
history
diff --git
a/SRC/dgeqr2p.f
b/SRC/dgeqr2p.f
index
a645500
..
5200292
100644
(file)
--- a/
SRC/dgeqr2p.f
+++ b/
SRC/dgeqr2p.f
@@
-33,7
+33,7
@@
*>
*> \verbatim
*>
-*> DGEQR2 computes a QR factorization of a real m by n matrix A:
+*> DGEQR2
P
computes a QR factorization of a real m by n matrix A:
*> A = Q * R. The diagonal entries of R are nonnegative.
*> \endverbatim
*