Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Commit

Permalink
native,cgo: add test for Dlarfx
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Jun 10, 2016
1 parent 71b4b02 commit be43ee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cgo/lapack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ func TestDlantr(t *testing.T) {
testlapack.DlantrTest(t, impl)
}

func TestDlarfx(t *testing.T) {
testlapack.DlarfxTest(t, impl)
}

func TestDpotrf(t *testing.T) {
testlapack.DpotrfTest(t, impl)
}
Expand Down
4 changes: 4 additions & 0 deletions native/lapack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ func TestDlarft(t *testing.T) {
testlapack.DlarftTest(t, impl)
}

func TestDlarfx(t *testing.T) {
testlapack.DlarfxTest(t, impl)
}

func TestDlartg(t *testing.T) {
testlapack.DlartgTest(t, impl)
}
Expand Down

0 comments on commit be43ee1

Please sign in to comment.