native,cgo: add badJob panic string

This commit is contained in:
Vladimir Chalupecky
2016-08-26 12:29:56 +09:00
parent b98f8cf00b
commit 994841ff81
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const (
badIlo = "lapack: ilo out of range"
badIhi = "lapack: ihi out of range"
badIpiv = "lapack: insufficient permutation length"
badJob = "lapack: bad Job"
badLdA = "lapack: index of a out of range"
badNorm = "lapack: bad norm"
badPivot = "lapack: bad pivot"