A | 積の計算に用いる1つ目の行列\(\myvector{A}\)。 The first matrix \(\myvector{A}\) used in the calculation of the product. |
L | 積の計算に用いる2つ目の行列(対角行列)\(\myvector{\Lambda}\)。
行数は\(\myvector{A}\)の列数と等しくなければならない。 The second matrix \(\myvector{\Lambda}\) (a diagonal matrix) 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}\). |
C | 積の計算に用いる3つ目の行列\(\myvector{C}\)。
行数は\(\myvector{\Lambda}\)の列数と等しくなければならない。 The third matrix \(\myvector{C}\) used in the calculation of the product. The number of rows of \(\myvector{C}\) must be equal to the number of columns of \(\myvector{\Lambda}\). |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | A.rowmax |
columnmax | C.columnmax |
各\(i\), \(j\)に対するmain[i][j] main[i][j] for each \(i\) and \(j\) |
行列\(\myvector{A}\myvector{\Lambda}\myvector{C}\)
の\((i,j)\)成分。 The \((i,j)\) component of matrix \(\myvector{A}\myvector{\Lambda}\myvector{C}\). |
allocated | ’y’ |