I'm looking for something that has approximately the same behavior as
convert_eltype(T,x) = convert(typeof(similar(x, T)), x)
i.e. it would preserve the <:AbstractArray
type (e.g. StaticArray
, OffsetArray
, ...)
Related: https://github.com/JuliaGPU/Adapt.jl
Last updated: Nov 06 2024 at 04:40 UTC