Project

General

Profile

Feature #10077 » Add_Matrix#row_merge_to_NEWS.patch

gogotanaka (Kazuki Tanaka), 07/21/2014 02:52 AM

View differences:

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#row_merge(*matrices), Matrix#merge(*matrices) Merge matrices between rows.
* Matrix#column_merge(*matrices) Merge matrices between columns.
* Method
(6-6/6)