mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 15:13:31 +08:00
Start adding dlarts
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
||||
// Copied from lapack/native. Keep in sync.
|
||||
const (
|
||||
absIncNotOne = "lapack: increment not one or negative one"
|
||||
badDiag = "lapack: bad diag"
|
||||
badDirect = "lapack: bad direct"
|
||||
badIpiv = "lapack: insufficient permutation length"
|
||||
badLdA = "lapack: index of a out of range"
|
||||
|
Reference in New Issue
Block a user