コード例 #1
0
ファイル: np.amin.cs プロジェクト: xela-trawets/NumSharp
 public static NDArray amin(NDArray nd, int?axis = null)
 {
     return(nd.amin(axis));
 }