Am Montag, 9. Mai 2016 15:26:48 UTC+2 schrieb Steven G. Johnson: > > Actually, see https://github.com/JuliaLang/julia/issues/16273 > Thanks for your answer. Sry, about my strange postings, there was an error, you have seen the other two postings below?.
sortperm(A, dim) would be nearly the same as: mapslices(sortperm, A, dim); or? But then I still need the values of the sorted matrix. How can I get these? (maybe sortperm!)