julia
f1878c16 - LAPACK wrappers: use resize!(a) instead of a = Vector{T}() (#21938)

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
Author
Committer
Parents
Loading