mirror of
https://github.com/gonum/gonum.git
synced 2025-10-28 17:31:56 +08:00
change mat64.Vec to []float64
This commit is contained in:
@@ -47,13 +47,13 @@ func TestCovarianceMatrix(t *testing.T) {
|
||||
1, -2,
|
||||
2, 4,
|
||||
}),
|
||||
weights: mat64.Vec([]float64{
|
||||
weights: []float64{
|
||||
1.5,
|
||||
.5,
|
||||
1.5,
|
||||
.5,
|
||||
1,
|
||||
}),
|
||||
},
|
||||
r: 2,
|
||||
c: 2,
|
||||
x: []float64{
|
||||
|
||||
Reference in New Issue
Block a user