From 8bf878d4585738d7ceb6b231784b3af7cd3ac74e Mon Sep 17 00:00:00 2001 From: kortschak Date: Fri, 9 Jan 2015 10:45:17 +1030 Subject: [PATCH] Make use of gonum/blas/blas64 --- covariancematrix_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/covariancematrix_test.go b/covariancematrix_test.go index 63cef50a..aadd8ddd 100644 --- a/covariancematrix_test.go +++ b/covariancematrix_test.go @@ -9,17 +9,11 @@ import ( "math/rand" "testing" - "github.com/gonum/blas/goblas" "github.com/gonum/floats" "github.com/gonum/matrix/mat64" ) -func init() { - mat64.Register(goblas.Blas{}) -} - func TestCovarianceMatrix(t *testing.T) { - // An alternate way to test this is to call the Variance // and Covariance functions and ensure that the results are identical. for i, test := range []struct {