cgo: add Dgebal

This commit is contained in:
Vladimir Chalupecky
2016-08-29 13:36:05 +09:00
parent 36c3beeaba
commit 4543d38b3d
2 changed files with 72 additions and 0 deletions

View File

@@ -64,6 +64,10 @@ func TestDpotrf(t *testing.T) {
testlapack.DpotrfTest(t, impl)
}
func TestDgebal(t *testing.T) {
testlapack.DgebalTest(t, impl)
}
func TestDgebd2(t *testing.T) {
testlapack.Dgebd2Test(t, blockedTranslate{impl})
}