change mat64.Vec to []float64

This commit is contained in:
Jonathan J Lawlor
2014-12-02 20:47:56 -05:00
parent 2121128140
commit 0d3fcca1eb
2 changed files with 4 additions and 4 deletions

View File

@@ -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{