Feature #10073 » update_news.patch
NEWS | ||
---|---|---|
by deleting the specified row and column.
|
||
* Matrix#cofactor(row, column) returns the (row, column) cofactor
|
||
which is obtained by multiplying the first minor by (-1)**(row + column).
|
||
* Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion
|
||
along +num+ -th +row_or_column+.
|
||
* Method
|
||
* New methods:
|