Lambda | 積の計算に用いる対角行列\(\myvector{\Lambda}\)。 A diagonal matrix \(\myvector{\Lambda}\) used in the calculation of the product. |
B | 積の計算に用いる行列\(\myvector{B}\)。
行数は\(\myvector{\Lambda}\)の列数と等しくなければならない。 A 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{\Lambda}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | Lambda.rowmax |
columnmax | B.columnmax |
各\(i\), \(j\)に対するmain[i][j] main[i][j] for each \(i\) and \(j\) |
Lambda.main[i]∗B.main[i][j] |
allocated | ’y’ |