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 |
各\(j\)に対するmain[j] main[j] for each \(j\) |
u.main[j]\(-\)v.main[j] |
allocated | ’y’ |