You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The juliaBLAS.jl source file was last updated many years ago and LinearAlgebra.jl has been reorganized since. There is some inconsistency in juliaBLAS.jl with names that are now in the LinearAlgebra.BLAS module. For example, the qualified names BLAS.ger! and BLAS.syr! occur in lines 12 and 31 but unqualified names syrk! and herk! in lines 52 and 55
The text was updated successfully, but these errors were encountered:
The
juliaBLAS.jl
source file was last updated many years ago and LinearAlgebra.jl has been reorganized since. There is some inconsistency injuliaBLAS.jl
with names that are now in theLinearAlgebra.BLAS
module. For example, the qualified namesBLAS.ger!
andBLAS.syr!
occur in lines 12 and 31 but unqualified namessyrk!
andherk!
in lines 52 and 55The text was updated successfully, but these errors were encountered: