JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
401 stars 106 forks source link

Warning due to conflict #188

Closed ChrisRackauckas closed 6 years ago

ChrisRackauckas commented 6 years ago

https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/240

Can this get a fix and a tag? It seems harmless but it's been around forever.

haampie commented 6 years ago

Yeah, agreed, not a good user experience. Not completely sure why the warning is triggered... It's not an exported type, and when I replace the references with IterativeSolvers.Hessenberg the warning persists.

ChrisRackauckas commented 6 years ago

Base.LinAlg exports IterativeSolvers.Hessenberg and it must be used before it's shadowed.

haampie commented 6 years ago

Thanks for reporting :)