size | 作成する列ベクトルの次元。 The dimension of the column vector to create. |
row | ベクトルの向きを表す番号。
第row行のみが1でほかが全て0の列ベクトルを作成する。
番号は1から始まるものとする。 A number which represents the direction of the vector; a column vector with 1 in the rowth row and 0 for all the other components is created. Here, the number starts from 1. |
戻り値のメンバ Member of the return value |
値 Value |
size | 引数sizeの値。 The value of argument size. |
main | size次元の配列。
main[row-1]\(=1\)とし、
\(i\neq \)row\(-1\)となる全ての\(i\)に対して
main[i]\(=0\)とする。 An array of size dimension, with the values main[row-1]\(=1\) and main[i]\(=0\) for all \(i(\neq)\)row\(-1\). |
allocated | ’y’ |