gonum / blas

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

cgo,native,testblas: fix n == 0 inc[XY] == 0 interactions #140

Closed kortschak closed 9 years ago

kortschak commented 9 years ago

Counter proposal to #139.

@btracey Please take a look.

btracey commented 9 years ago

LGTM minus the minor testing comments. Thanks for the input.