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
Currently, it hard encodes as Gray{Float64} but people might miss the Number types. To support this we can introduce a type argument, for instance, shepp_logan(Float64, 256, 256).
The text was updated successfully, but these errors were encountered:
Currently, it hard encodes as
Gray{Float64}
but people might miss the Number types. To support this we can introduce a type argument, for instance,shepp_logan(Float64, 256, 256)
.The text was updated successfully, but these errors were encountered: