julia
f1878c16
- LAPACK wrappers: use resize!(a) instead of a = Vector{T}() (#21938)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
LAPACK wrappers: use resize!(a) instead of a = Vector{T}() (#21938) * BLAS wrappers: resize!() instead of Vector{T}() - replace a = Vector{T}(n) with resize!(a, n) - add comments when BLAS API method is called twice * lapack.sygvd!(): fix rwork type
References
#21938 - LAPACK wrappers: use resize!(a) instead of a = Vector{T}()
Author
alyst
Committer
KristofferC
Parents
ab771ef3
Loading