size | 作成する行ベクトルの次元。 The dimension of the row vector to create. |
column | ベクトルの向きを表す番号。
第column列のみが1でほかが全て0の行ベクトルを作成する。
番号は1から始まるものとする。 A number which represents the direction of the vector; a row vector with 1 in the columnth column 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[column-1]\(=1\)とし、
\(i\neq \)column\(-1\)となる全ての\(i\)に対して
main[i]\(=0\)とする。 An array of size dimension, with the values main[column-1]\(=1\) and main[i]\(=0\) for all \(i(\neq)\)column\(-1\). |
allocated | ’y’ |