JuliaLinearAlgebra / IterativeSolvers.jl

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

Remove dependencies on UnicodePlots and LinearMaps #174

Closed haampie closed 6 years ago

haampie commented 6 years ago

Closes #172.

UnicodePlots can be removed since there is a plot recipe already.

LinearMaps is only a test dependency.

andreasnoack commented 6 years ago

Is the plot recipe tested?

haampie commented 6 years ago

Not yet. I think I see a way to test them by directly calling RecipesBase.apply_recipe(..., ::ConvergenceHistory, ..)

haampie commented 6 years ago

There they are, finally :).