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
I would like to keep track of dimensions with AxisKeys through my tensorcast. Would that be possible?
let a =KeyedArray(reshape(1:6, 2, 3); time=1:2, place=1:3)
# The ticks are \prime not single-quote.@cast b[time=i, time′=i′, place=j, place′=j′] := a[time=i, place=j] + a[time=i′, place=j′]
end
The text was updated successfully, but these errors were encountered:
I would like to keep track of dimensions with AxisKeys through my tensorcast. Would that be possible?
The text was updated successfully, but these errors were encountered: