Commit Graph

5 Commits

Author SHA1 Message Date
Dan Kortschak
72a4f789d0 blas/{gonum,testblas}: increase coverage cases for alpha and beta zeros 2021-03-31 16:26:44 +10:30
Vladimir Chalupecky
f41a0d0905 blas/gonum: fix bug in Dsyrk
The intention of the affected code was an optimization by avoiding
unnecessary multiplication of C when beta == 1. The bug was that the
condition compared beta to 0 instead of 1 (when uplo == blas.Lower)
which behaved correctly for all values except 0. This went unnoticed
since no test case used beta of 0 and the coverage was complete. This
commit fixes the bug and adds test cases for both Lower and Upper values
of uplo.
2019-01-10 12:18:00 +01:00
Vladimir Chalupecky
b96df58db9 all: add missing copyright headers 2018-06-22 17:32:53 +02:00
Brendan Tracey
d33397aa65 all: change import paths 2017-05-23 00:03:03 -06:00
Brendan Tracey
f3d87b6612 blas: imported blas as a subtree 2017-05-23 00:02:42 -06:00