A | 差の計算に用いる行列\(\myvector{A}\)。 A matrix \(\myvector{A}\) used in the subtraction. |
Lambda | 差の計算に用いる対角行列\(\myvector{\Lambda}\)。
サイズは\(\myvector{A}\)と等しくなければならない。 A diagonal matrix \(\myvector{\Lambda}\) used in the subtraction, which must have the same size as \(\myvector{A}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | A.columnmax |
各\(i\)に対するmain[i][i] main[i][i] for each \(i\) |
A.main[i][i]\(-\)Lambda;main[i] |
各\((i,j)\) (\(i\neq j\))に対するmain[i][j] main[i][j] for each \((i,j)\), where \(i\neq j\) |
A.main[i][j] |
allocated | ’y’ |