Project

General

Profile

Feature #10077 » Add_Matrix#column_merge_to_NEWS.patch

gogotanaka (Kazuki Tanaka), 07/21/2014 02:51 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#column_merge(*matrices) Merge matrices between columns.
* Method
* New methods:
(3-3/6)