The plan is that the transpose function will return this eventually and 
within the 1.0 time frame but it's not done yet. It will probably not be 
a PermutedDimsArray though because it wouldn't do the right thing for the 
conjugate transpose of a complex matrix.

On Wednesday, October 12, 2016 at 5:46:42 PM UTC-4, Alex Williams wrote:
>
> 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