Julia Programming Language
How to convert CartesianIndex{N} values to Int64
General Usage
question
GunnarFarneback
September 18, 2018, 10:13am
6
Just extract it with normal indexing?
julia> CartesianIndex(1,20)[2] 20
6 Likes
How to return the index of element in Array in Integer not CartesianIndex?
show post in topic