Esempio n. 1
0
 public static NDArray amin(NDArray nd, int?axis = null)
 {
     return(nd.amin(axis));
 }