float(SVector) gives an MVector #247
Labels
feature
features and feature requests
good first issue
Issue which is likely easy to solve
up for grabs
Implement me, I'm yours!
This is because it is calling
base/float.jl
, which callsconvert(AbstractArray, ...)
which callssimilar
, I think(?), but in this case it seems more useful to return anSVector
?Or is there a better way to promote an
SVector
to a float-based type, e.g. fromComplex{Int}
toComplex{Float}
?The text was updated successfully, but these errors were encountered: