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. |
main | rowmax×columnmaxの2次元配列。
全配列要素の値を0.0とする。 A 2-D array of rowmax×columnmax, whose all components are 0.0. |
allocated | ’y’ |