lapack/gonum: fix docs for Dtrevc3

This commit is contained in:
Vladimir Chalupecky
2020-02-04 23:49:41 +01:00
committed by Vladimír Chalupecký
parent d73426bd99
commit 5b18cb25e3

View File

@@ -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.
//