lapack/testlapack: fix comments and error messages about orthogonality

This commit is contained in:
Vladimir Chalupecky
2018-07-24 15:48:19 +02:00
committed by Vladimír Chalupecký
parent 22345aeeda
commit 25826f7966
4 changed files with 6 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ func Dgeql2Test(t *testing.T, impl Dgeql2er) {
blas64.Gemm(blas.NoTrans, blas.NoTrans, 1, h, qTmp, 0, q)
}
if !isOrthogonal(q) {
t.Errorf("Q is not orthonormal")
t.Errorf("Q is not orthogonal")
}
l := blas64.General{
Rows: m,