Feature #10077 » Add_Matrix#row_merge_to_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#row_merge(*matrices), Matrix#merge(*matrices) Merge matrices between rows. 
   | 
||
| 
         * Matrix#column_merge(*matrices) Merge matrices between columns. 
   | 
||
| 
     * Method 
   | 
||
- « Previous
 - 1
 - …
 - 4
 - 5
 - 6
 - Next »