u | 差の計算に用いる1つ目の行ベクトル\(\myvector{u}\)。 The first row vector \(\myvector{u}\) used in the subtraction. |
v | 差の計算に用いる2つ目の行ベクトル\(\myvector{v}\)。
サイズは\(\myvector{u}\)と等しくなければならない。 The second row vector \(\myvector{v}\) used in the subtraction, which must have the same size as \(\myvector{u}\). |
戻り値のメンバ Member of the return value |
値 Value |
size | u.size |
各\(i\)に対するmain[i] main[i] for each \(i\) |
u.main[i]\(-\)v.main[i] |
allocated | ’y’ |