all: fix many go vet errors

This commit is contained in:
kortschak
2017-06-17 20:50:09 +09:30
committed by Dan Kortschak
parent f990fc84b6
commit 7af70dd796
26 changed files with 47 additions and 51 deletions

View File

@@ -606,7 +606,7 @@ func testDgeev(t *testing.T, impl Dgeever, tc string, test dgeevTest, jobvl lapa
}
if first > 0 {
t.Log("%v: all eigenvalues haven't been computed, first=%v", prefix, first)
t.Logf("%v: all eigenvalues haven't been computed, first=%v", prefix, first)
}
// Check that conjugate pair eigevalues are ordered correctly.