A | 積の計算に用いる1つ目の行列\(\myvector{A}\)。 The first matrix \(\myvector{A}\) used in the calculation of the product. |
B | 積の計算に用いる2つ目の行列\(\myvector{B}\)。
行数は\(\myvector{A}\)の列数と等しくなければならない。 The second matrix \(\myvector{B}\) used in the calculation of the product. The number of rows of \(\myvector{B}\) must be equal to the number of columns of \(\myvector{A}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | B.columnmax |
各\(i\), \(j\)に対するmain[i][j] main[i][j] for each \(i\) and \(j\) |
\(\sum_k\) A.main[i][k]∗B.main[k][j] |
allocated | ’y’ |