gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

Start removal of blas.Order #12

Closed btracey closed 10 years ago

btracey commented 10 years ago

This PR begins the process of removing blas.Order from the gonum/blas package. This contains a set of commits. The first removes order from the testing pacakge, the second removes it from the gonum/blas base package, and the third removes it from the gonum/blas/goblas package. Remaining are cblas, dbw, and zbw.