コード例 #1
0
ファイル: NDarray.cs プロジェクト: aidevnn/DesertLand
 public NDview <Type> Transpose(int[] table) => ND.Transpose(View, table);