We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vector{<:SubArray}
using TensorCast, ArraysOfArrays A = rand(3,3,10000) @btime out = nestedview($A, 2) 1.587 ns (0 allocations: 0 bytes) @btime @cast b[i][j,k] := $A[i,j,k] 99.926 ns (6 allocations: 304 bytes)