Jeff Fessler

Results 125 comments of Jeff Fessler

Would you like to submit a PR that addresses it? Ideally with a test case that confirms that the fix works and doesn't break any other tests?

AFAIK, Matlab does not support symbol types. So it seems unlikely you would be able to save a symbol to a .mat file. Probably the closest option is to convert...

Hi, I am just a minor contributor here, not a maintainer, but I would like to suggest that it might be preferable to house related wavelet packages under https://github.com/JuliaDSP to...

Follow up: I tried to write my own specialized method to circumvent the general prohibition, but the method failed because `reinterpret` of the nonzero values returns an `Base.ReinterpretArray` type that...

I found a `deprecate` that points back to a 2017 issue: https://github.com/JuliaLang/julia/issues/22849 More research needed...

I concocted the following kludgey work-around for now using `Base.unsafe_wrap` 😬 ```julia import Base: reinterpret using SparseArrays function reinterpret(T::DataType, A::SparseMatrixCSC{

Hi @LilithHafner thanks so much for explaining about `invoke` and the history and for drafting a PR on this topic. Unfortunately the `invoke` returns an `AbstractArray` that appears to drop...

> ```julia > julia> x = reinterpret(Int, -0.0) > ``` IMHO anyone who does this should expect to get weird results!

@LilithHafner thank you for your work on this and your persistence in the PR :) So that I can plan ahead, will this appear in 1.9 or not until 1.10...

I just noticed that your sister package makes it specific already - thanks! https://github.com/SciFracX/FractionalDiffEq.jl/blob/80fcd07d63d2b9ca9332317819272d0e7fb1b0df/src/FractionalDiffEq.jl#L7