mirror of
				https://github.com/gonum/gonum.git
				synced 2025-11-01 02:52:49 +08:00 
			
		
		
		
	all: change import paths
This commit is contained in:
		| @@ -5,8 +5,8 @@ import ( | ||||
| 	"reflect" | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/gonum/blas/blas64" | ||||
| 	"github.com/gonum/matrix" | ||||
| 	"gonum.org/v1/gonum/blas/blas64" | ||||
| 	"gonum.org/v1/gonum/matrix" | ||||
| ) | ||||
|  | ||||
| func TestNewVector(t *testing.T) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brendan Tracey
					Brendan Tracey