sortslicesperm
p = sortslicesperm(A; dims=1, kws…)
Like sortslices but return instead the indices p such that A[p, :] == sortslices(A; dims=1, kws...)
Source Code
View the source code for this function.
p = sortslicesperm(A; dims=1, kws…)
Like sortslices but return instead the indices p such that A[p, :] == sortslices(A; dims=1, kws...)
View the source code for this function.