From cda0effcaf5da579ff6e803e40e01ace1545aa41 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Thu, 1 Sep 2016 22:01:40 +0200 Subject: [PATCH] doc: a missing P in dgeqr2p documention Signed-off-by: Nick Papior --- SRC/dgeqr2p.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/dgeqr2p.f b/SRC/dgeqr2p.f index a645500..5200292 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 * -- 2.7.4