first_minor(row, column) -> Matrix
[permalink][rdoc][edit]-
self から第 row 行と第 column 列を取り除いた行列を返します。
- [PARAM] row:
- 行
- [PARAM] column:
- 列
- [EXCEPTION] ArgumentError:
- row, column が行列の行数/列数を越えている場合に発生します。
first_minor(row, column) -> Matrix
[permalink][rdoc][edit]self から第 row 行と第 column 列を取り除いた行列を返します。