pub fn argsort(a: impl AsRef<Array>, axis: i32) -> Result<Array>
Returns the indices that sort the array.
See argsort_all for the flattened array.
argsort_all
a
axis