mirror of
https://github.com/gonum/gonum.git
synced 2025-10-20 13:55:20 +08:00
native,cgo: add badJob panic string
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user