Remove blas (#2223)

No docs, no examples, no tests as stated in #2043
This commit is contained in:
ceriath 2018-11-14 10:57:11 +01:00 committed by Avelino
parent fa623e9c51
commit c6e42cbf02

View File

@ -1094,7 +1094,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for scientific computing and data analyzing.*
* [blas](https://github.com/ziutek/blas) - Implementation of BLAS (Basic Linear Algebra Subprograms).
* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types.
* [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Dataframes for Go for machine-learning and statistics (similar to pandas).
* [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator.