NDArray::argmin
public static function argmin(NDArray|array $a, ?int $axis): NDArray;
Returns the indices of the minimum values along an axis.
public static function argmin(NDArray|array $a, ?int $axis): NDArray;
Returns the indices of the minimum values along an axis.