native: add Dlaqr1

This commit is contained in:
Vladimir Chalupecky
2016-04-25 20:41:11 +09:00
parent 32fcd12110
commit 9527de67a6
2 changed files with 58 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ const (
badNorm = "lapack: bad norm"
badPivot = "lapack: bad pivot"
badS = "lapack: s has insufficient length"
badShifts = "lapack: bad shifts"
badSide = "lapack: bad side"
badSlice = "lapack: bad input slice length"
badStore = "lapack: bad store"