示例#1
0
 public static NDArray argsort <T>(NDArray nd, int axis = -1) => nd.argsort <T>(axis);