summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Papior <nickpapior@gmail.com>2016-09-01 22:01:40 +0200
committerNick Papior <nickpapior@gmail.com>2016-09-01 22:01:40 +0200
commitcda0effcaf5da579ff6e803e40e01ace1545aa41 (patch)
tree8f8d73826d1a4f3f293ac0551d6ec387ce9fc6ad
parente9a63a077e91943983284a07205806a59d5b938c (diff)
downloadlapack-cda0effcaf5da579ff6e803e40e01ace1545aa41.tar.gz
lapack-cda0effcaf5da579ff6e803e40e01ace1545aa41.tar.bz2
lapack-cda0effcaf5da579ff6e803e40e01ace1545aa41.zip
doc: a missing P in dgeqr2p documention
Signed-off-by: Nick Papior <nickpapior@gmail.com>
-rw-r--r--SRC/dgeqr2p.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgeqr2p.f b/SRC/dgeqr2p.f
index a6455006..52002921 100644
--- 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:
+*> DGEQR2P computes a QR factorization of a real m by n matrix A:
*> A = Q * R. The diagonal entries of R are nonnegative.
*> \endverbatim
*