mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 16:40:06 +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) {
|
||||
testblas.ZtrmvTest(t, impl)
|
||||
}
|
||||
|
||||
func TestZtrsv(t *testing.T) {
|
||||
testblas.ZtrsvTest(t, impl)
|
||||
}
|
||||
|
Reference in New Issue
Block a user