A | 和の計算に用いる1つ目の対角行列\(\myvector{A}\)。 The first diagonal matrix \(\myvector{A}\) used in the summation. |
B | 和の計算に用いる2つ目の対角行列\(\myvector{B}\)。
サイズは\(\myvector{A}\)と等しくなければならない。 The second diagonal matrix \(\myvector{B}\) used in the summation, which must have the same size as \(\myvector{A}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | A.columnmax |
size | A.rowmaxとA.columnmaxのうちの小さい方。 Smaller one of A.rowmax and A.columnmax. |
rank | A.rankとB.rankのうちの大きい方。 Larger one of A.rank and B.rank. |
各\(i\)に対するmain[i] main[i] for each \(i\) |
A.main[i]\(+\)B.main[i] |
allocated | ’y’ |