Skip to content

blas: fix documentation of Use functions

Sebastien Binet requested to merge sbinet-gonum:gonum-blas-doc into master

This was noticed while adapting JuliaLang/Microbenchmarks#27 to the new Gonum import paths. This CL somewhat clarifies the correct default implementation (pure-Go) used by the various blas{32,64} and cblas{64,128} packages.

Please take a look.

Merge request reports