mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 22:29:30 +08:00
cgo: add Dorgql
This commit is contained in:

committed by
Vladimír Chalupecký

parent
aabe3c2025
commit
0ddbe87d4b
@@ -53,6 +53,7 @@ const (
|
||||
kGTM = "lapack: k > m"
|
||||
kGTN = "lapack: k > n"
|
||||
kLT0 = "lapack: k < 0"
|
||||
mLT0 = "lapack: m < 0"
|
||||
mLTN = "lapack: m < n"
|
||||
negDimension = "lapack: negative matrix dimension"
|
||||
negZ = "lapack: negative z value"
|
||||
|
Reference in New Issue
Block a user