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
A =IndirectArray(rand(1:5, 64, 64), rand(1:10, 5))
float.(A) # what's needed to make this still an IndirectArray?# internally, I'd like to make it work equivalently to_float(A::IndirectArray) =IndirectArray(A.index, float.(A.values))
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: