mirror of
https://github.com/gonum/gonum.git
synced 2025-10-09 00:50:16 +08:00
blas/gonum: enable test for Ztrsv
This commit is contained in:

committed by
Vladimír Chalupecký

parent
1cf4f56208
commit
083d665abb
@@ -37,3 +37,7 @@ func TestZher2(t *testing.T) {
|
|||||||
func TestZtrmv(t *testing.T) {
|
func TestZtrmv(t *testing.T) {
|
||||||
testblas.ZtrmvTest(t, impl)
|
testblas.ZtrmvTest(t, impl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestZtrsv(t *testing.T) {
|
||||||
|
testblas.ZtrsvTest(t, impl)
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user