mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
lapack/testlapack: fix comments and error messages about orthogonality
This commit is contained in:

committed by
Vladimír Chalupecký

parent
22345aeeda
commit
25826f7966
@@ -134,7 +134,7 @@ func DlatrdTest(t *testing.T, impl Dlatrder) {
|
||||
}
|
||||
errStr := fmt.Sprintf("isUpper = %v, n = %v, nb = %v", uplo == blas.Upper, n, nb)
|
||||
if !isOrthogonal(q) {
|
||||
t.Errorf("Q not orthonormal. %s", errStr)
|
||||
t.Errorf("Q not orthogonal. %s", errStr)
|
||||
}
|
||||
aGen := genFromSym(blas64.Symmetric{N: n, Stride: lda, Uplo: uplo, Data: aCopy})
|
||||
if !dlatrdCheckDecomposition(t, uplo, n, nb, e, tau, a, lda, aGen, q) {
|
||||
|
Reference in New Issue
Block a user