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}\). |
C | 積の計算に用いる3つ目の行列\(\myvector{C}\)。
行数は\(\myvector{B}\)の列数と等しくなければならない。 The third matrix \(\myvector{C}\) used in the calculation of the product. The number of rows of \(\myvector{C}\) must be equal to the number of columns of \(\myvector{B}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | C.columnmax |
各\(i\), \(j\)に対するmain[i][j] main[i][j] for each \(i\) and \(j\) |
行列\(\myvector{A}\myvector{B}\myvector{C}\)
の\((i,j)\)成分。 The \((i,j)\) component of matrix \(\myvector{A}\myvector{B}\myvector{C}\). |
allocated | ’y’ |