mirror of
https://github.com/gonum/gonum.git
synced 2025-10-28 01:21:44 +08:00
native: always return optimum lwork in work[0]
This commit is contained in:
@@ -95,4 +95,5 @@ func (impl Implementation) Dorgtr(uplo blas.Uplo, n int, a []float64, lda int, t
|
|||||||
impl.Dorgqr(n-1, n-1, n-1, a[lda+1:], lda, tau, work, lwork)
|
impl.Dorgqr(n-1, n-1, n-1, a[lda+1:], lda, tau, work, lwork)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
work[0] = float64(lworkopt)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user