| rowmax | 作成する行列の行数。 The number of rows of the matrix to create. |
| columnmax | 作成する行列の列数。 The number of columns of the matrix to create. |
| 戻り値のメンバ Member of the return value |
値 Value |
| rowmax | 引数rowmaxの値。 The value of argument rowmax. |
| columnmax | 引数columnmaxの値。 The value of argument columnmax. |
| size | rowmaxとcolumnmaxのうちの小さい方。 The smaller one of rowmax and columnmax. |
| rank | rowmaxとcolumnmaxのうちの小さい方。 The smaller one of rowmax and columnmax. |
| main | size次元の配列。
各配列要素の値は乱数で与える。詳しくは下記「詳細」参照。 An array of size dimension. The values of array components are given by random values; see “Detail” below. |
| allocated | ’y’ |