Is there a preferred/standard way to create transposed view of a matrix. 
More or less I want something like:

Y = permutedims(X, [2,1])

To return a view into X. Is the `PermutedDimsArray` that Tim Holy was 
working on going to be available in Base soon?

Is the answer buried in this thread 
somewhere? https://github.com/JuliaLang/julia/issues/4774

Thanks, -- Alex

Reply via email to