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
@@ -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,
|
||||
|
Reference in New Issue
Block a user