cgo: add Dgehrd

This commit is contained in:
Vladimir Chalupecky
2016-06-02 15:30:40 +09:00
parent 6ea417f548
commit 4821837335
2 changed files with 74 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ func TestDgecon(t *testing.T) {
testlapack.DgeconTest(t, impl)
}
func TestDgehrd(t *testing.T) {
testlapack.DgehrdTest(t, impl)
}
func TestDgelq2(t *testing.T) {
testlapack.Dgelq2Test(t, impl)
}