gonum / blas

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

Added fast path for alpha = 0. #72

Closed btracey closed 9 years ago

btracey commented 9 years ago

This returns if alpha == 0. This not only speeds the code up in that case, but also does not carry NaN if they are there

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.02%) when pulling 357376c088b6fe8237c448c2d4298f8ea32a444e on level2shortpath into 12b83e875132393404de5580e081178e8246b95a on master.

kortschak commented 9 years ago

LGTM