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