Commit Graph

20 Commits

Author SHA1 Message Date
btracey
a008383969 Merge branch 'master' of https://github.com/gonum/blas 2014-01-19 21:08:43 -08:00
btracey
b514b54224 removed lots of dead code 2014-01-19 20:54:33 -08:00
kortschak
0049e6b6fb Use const instead of var 2014-01-10 08:21:58 +10:30
btracey
04e0ef71db removed unnecessary access in Dnrm2 2014-01-07 11:17:45 -08:00
btracey
fa73d28723 Removed extra allocation of DrotmParams struct in Drotmg line-by-line version 2014-01-06 22:32:03 -08:00
btracey
930a3d7155 Removed extra allocation of DrotmParams struct in Drotmg 2014-01-06 22:31:32 -08:00
btracey
41e3728259 Reverted to simpler logic function now that tests pass in both ways 2014-01-06 22:28:48 -08:00
btracey
b32500fe00 Changed Drotmg to only go into each of the things once 2014-01-06 22:23:40 -08:00
btracey
3935b73196 Made reset in drotmg only happen once 2014-01-06 22:20:51 -08:00
btracey
856ddeb233 Changed Drotmg to be a line-by-line translation of netlib code 2014-01-06 22:04:48 -08:00
btracey
e1ee5825c7 Fixed multiple calling of Abs(Q1) in drotmg of reference 2014-01-06 20:09:40 -08:00
btracey
129356b397 changed flag to use blas constants 2014-01-06 19:33:18 -08:00
btracey
88b2692057 Fixed reference Idamax implementation and tests 2014-01-06 18:03:13 -08:00
btracey
ffc06f2dd0 Updated tests and reference to match netlib behavior on negative increments, except Idamax returns -1 2014-01-06 15:36:48 -08:00
btracey
1dce460b87 removed print statements in reference blas 2014-01-06 15:27:19 -08:00
btracey
228e338324 further simplification to Drotm 2014-01-06 15:26:37 -08:00
btracey
6825287c89 Fixed DrotmTest and simplified referenceblas Drotm function 2014-01-06 15:24:10 -08:00
btracey
4f28f4f373 Fixed reference behavior for Drotm with flag -2 and updated tests 2014-01-06 15:05:06 -08:00
btracey
9449cf57d7 Improved tests for Drotmg when both outside gamma range 2014-01-06 14:52:18 -08:00
btracey
9adb887801 Added reference blas for level 1 2014-01-06 13:17:20 -08:00