示例#1
0
func TestDgemv(t *testing.T) {
	testblas.DgemvTest(t, blasser)
}
示例#2
0
func TestDgemv(t *testing.T) {
	testblas.DgemvTest(t, impl)
}