Flowdock
method

first_minor

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Matrix
first_minor(row, column) public

Returns the submatrix obtained by deleting the specified row and column.

Matrix.diagonal(9, 5, -3, 4).first_minor(1, 2)
  => 9 0 0
     0 0 0
     0 0 4
Show source
Register or log in to add new notes.