mirror of
https://github.com/gonum/gonum.git
synced 2025-11-02 11:24:13 +08:00
native,cgo: add error checking to Dlaswp and update docs
This commit is contained in:
@@ -32,8 +32,10 @@ const (
|
||||
badHowMany = "lapack: bad HowMany"
|
||||
badIlo = "lapack: ilo out of range"
|
||||
badIhi = "lapack: ihi out of range"
|
||||
badIpiv = "lapack: insufficient permutation length"
|
||||
badIpiv = "lapack: bad permutation length"
|
||||
badJob = "lapack: bad Job"
|
||||
badK1 = "lapack: k1 out of range"
|
||||
badK2 = "lapack: k2 out of range"
|
||||
badKperm = "lapack: incorrect permutation length"
|
||||
badLdA = "lapack: index of a out of range"
|
||||
badNorm = "lapack: bad norm"
|
||||
|
||||
Reference in New Issue
Block a user