Skip to content

mat: fix incorrect netlib import

Sebastien Binet requested to merge mat-cblas into master

Created by: kortschak

Please take a look.

Note that this may segfault when run because of OpenBLAS's thread limits - it's safe to run with GOMAXPROCS=1 or possibly GOMAXPROCS << NUM_CPU.

Fixes #548 (closed)

Merge request reports