From 5b18cb25e3927ec9baa6dda4e8f64d6d43d30d29 Mon Sep 17 00:00:00 2001 From: Vladimir Chalupecky Date: Tue, 4 Feb 2020 23:49:41 +0100 Subject: [PATCH] lapack/gonum: fix docs for Dtrevc3 --- lapack/gonum/dtrevc3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack/gonum/dtrevc3.go b/lapack/gonum/dtrevc3.go index 0b0ee9b8..4ed43ee4 100644 --- a/lapack/gonum/dtrevc3.go +++ b/lapack/gonum/dtrevc3.go @@ -62,7 +62,7 @@ import ( // // On entry, if howmny is lapack.EVAllMulQ, it is assumed that VL (if side // is lapack.EVLeft or lapack.EVBoth) contains an n×n matrix QL, -// and that VR (if side is lapack.EVLeft or lapack.EVBoth) contains +// and that VR (if side is lapack.EVRight or lapack.EVBoth) contains // an n×n matrix QR. QL and QR are typically the orthogonal matrix Q of Schur // vectors returned by Dhseqr. //