Feature #10077 » Add_Matrix#column_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#column_merge(*matrices) Merge matrices between columns. 
   | 
||
| 
     * Method 
   | 
||
| 
       * New methods: 
   | 
||