/// <summary>
 /// Returns the index of the maximum value of the array.
 /// </summary>
 public static int argmax <T>(NDArray nd)
 => nd.argmax <T>();