mirror of
https://github.com/gonum/gonum.git
synced 2025-10-13 10:54:03 +08:00
mat: consolidate basic types for testing in single file
This commit is contained in:

committed by
Vladimír Chalupecký

parent
8798337eb5
commit
dc8c08689a
@@ -740,7 +740,7 @@ func TestMulVecToer(t *testing.T) {
|
||||
}
|
||||
x = dst
|
||||
case 2:
|
||||
x = &rawVector{(*basicVector)(NewVecDense(n, random(n)))}
|
||||
x = &rawVector{asBasicVector(NewVecDense(n, random(n)))}
|
||||
case 3:
|
||||
x = asBasicVector(NewVecDense(n, random(n)))
|
||||
default:
|
||||
|
Reference in New Issue
Block a user