Benoît Pasquier
Benoît Pasquier
> This is not answerable until Till returns from hiatus, which might never happen. I'm not sure why that would be the case (that this is not answerable). Could you...
So in case you are just looking to quickly explore data with units, as I suggested in [my SO answer](https://stackoverflow.com/a/65417762/5602149), I would use [UnitfulRecipes.jl](https://github.com/jw3126/UnitfulRecipes.jl) with [Plots.jl](https://github.com/JuliaPlots/Plots.jl): ```julia using Unitful: MHz...
Is there a plan to eventually resolve this issue or was this given up on?
Thanks for the suggestion! Unfortunately it does not really help me because my use case involves large sparse LU factorizations (`factorize`, `ldiv!`, etc.). I also outlined my own dirty workaround...
Thanks for your comment. I think I understand and agree 😄 Although — and I may be wrong — I think the stripping is mandatory for many applications. In particular...
Fishing for wisdom here: In your opinion, is it worth it to have a separate UnitfulSparse.jl package with Unitful sparse arrays in the vein of what Chris suggested? (I.e., that...
I have another suggestion that probably is dumb, but here I go. When a matrix `M` and vector `x` with units have a concrete type (which I think means that...
Actually maybe simpler would be to just let `elunit` do the work, and only have ```julia julia> using SparseArrays, LinearAlgebra, SuiteSparse julia> using Unitful julia> T = (sprand(10, 10, 0.5)...
BTW with all the movement I am unsure: should I keep discussing here or open another issue on the https://github.com/rigetti/Unitful.jl fork?
FWIW, related: - #46 - #150 - https://github.com/goretkin/UnitfulLinearAlgebra.jl