A | 和の計算に用いる1つ目の行列\(\myvector{A}\)。 The first matrix \(\myvector{A}\) used in the summation. |
B | 和の計算に用いる2つ目の行列\(\myvector{B}\)。
サイズは\(\myvector{A}\)と等しくなければならない。 The second matrix \(\myvector{B}\) used in the summation, which must have the same size as \(\myvector{A}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | A.columnmax |
各\(i\), \(j\)に対するmain[i][j] main[i][j] for each \(i\) and \(j\) |
A.main[i][j]\(+\)B.main[i][j] |
allocated | ’y’ |