A | 切り出す前のもともとの行列。 The original matrix before the extraction. |
rowmin | 切り出す行番号範囲の下限。
1 The lower limit of the row index range to extract. 1 |
rowmax | 切り出す行番号範囲の上限。
1 The upper limit of the row index range to extract. 1 |
columnmin | 切り出す列番号範囲の下限。
1 The lower limit of the column index range to extract. 1 |
columnmax | 切り出す列番号範囲の上限。
1 The upper limit of the column index range to extract. 1 |
戻り値のメンバ Member of the return value |
値 Value |
rowmax | rowmax\(-\)rowmin\(+1\) |
columnmax | columnmax\(-\)columnmin\(+1\) |
各\((i,j)\)に対するmain[i][j] main[i][j] for each \((i,j)\) |
A.main[rowmin-1+i][columnmin-1+j] |
allocated | ’y’ |