Skip to content

blas/blas64: reorder struct fields

Sebastien Binet requested to merge blas/reorder-fields into master

Created by: vladimir-ch

Reorder vector and matrix struct fields to match the order in which BLAS routines accept them. This makes calls with inline declarations with unnamed fields consistent with the blas/gonum package and so easier to understand.

Please take a look.

Taken over from https://github.com/gonum/blas/issues/201

Merge request reports