mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 20:51:06 +08:00
Removed extra allocation of DrotmParams struct in Drotmg line-by-line version
This commit is contained in:
@@ -270,7 +270,6 @@ func (Blas) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 fl
|
||||
gam := 4096.0
|
||||
gamsq := 16777216.0
|
||||
rgamsq := 5.9604645e-8
|
||||
p = blas.DrotmParams{}
|
||||
|
||||
var h11, h12, h21, h22 float64
|
||||
var flag blas.Flag
|
||||
|
Reference in New Issue
Block a user