diff --git a/blas/blas64/blas64.go b/blas/blas64/blas64.go index a54ce26d..55198383 100644 --- a/blas/blas64/blas64.go +++ b/blas/blas64/blas64.go @@ -29,8 +29,8 @@ func Implementation() blas.Float64 { // Vector represents a vector with an associated element increment. type Vector struct { N int - Inc int Data []float64 + Inc int } // General represents a matrix using the conventional storage scheme.