Start adding dlarts

This commit is contained in:
btracey
2015-08-20 01:08:48 -06:00
parent 1742c3ebc1
commit 2bdd9d0180
3 changed files with 339 additions and 0 deletions

View File

@@ -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"