Skip to content

Commit

Permalink
blas/gonum: enable test for Ztbsv
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed May 3, 2018
1 parent 3fc7a07 commit 38d2e54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blas/gonum/level2cmplx128_test.go
Expand Up @@ -58,6 +58,10 @@ func TestZtbmv(t *testing.T) {
testblas.ZtbmvTest(t, impl)
}

func TestZtbsv(t *testing.T) {
testblas.ZtbsvTest(t, impl)
}

func TestZtpmv(t *testing.T) {
testblas.ZtpmvTest(t, impl)
}
Expand Down

0 comments on commit 38d2e54

Please sign in to comment.