mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 11:21:14 +08:00
blas/gonum: enable test for Zhpmv
This commit is contained in:
committed by
Vladimír Chalupecký
parent
079f666658
commit
b70fbdad71
@@ -34,6 +34,10 @@ func TestZher2(t *testing.T) {
|
||||
testblas.Zher2Test(t, impl)
|
||||
}
|
||||
|
||||
func TestZhpmv(t *testing.T) {
|
||||
testblas.ZhpmvTest(t, impl)
|
||||
}
|
||||
|
||||
func TestZhpr(t *testing.T) {
|
||||
testblas.ZhprTest(t, impl)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user