A | 積の計算に用いる1つ目の対角行列\(\myvector{A}\)。 The first diagonal matrix \(\myvector{A}\) used in the calculation of the product. |
B | 積の計算に用いる2つ目の対角行列\(\myvector{B}\)。
行数は\(\myvector{A}\)の列数と等しくなければならない。 The second diagonal 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 |
size | A.rowmaxとB.columnmaxのうちの小さい方。 Smaller one of A.rowmax and B.columnmax. |
rank | A.rankとB.rankのうちの小さい方。 Smaller one of A.rank and B.rank. |
各\(i\)に対するmain[i] main[i] for each \(i\) |
A.main[i]∗B.main[i] |
allocated | ’y’ |