size | 作成する行列のサイズ。 The size of the matrix to create. |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | 引数sizeの値。 The value of argument size. |
columnmax | 引数sizeの値。 The value of argument size. |
main | size×sizeの2次元配列。
各\(i\)に対してmain[i][i]=1、
各\((i,j)\)の組(\(i\neq j\))に対してmain[i][j]=0とする。 A 2-D array of rowmax×columnmax, with the values main[i][i]\(=1\) for each \(i\), and main[i][j]\(=0\) for each combination of \((i,j)\) where \(i\neq j\). |
allocated | ’y’ |