Flowdock
minor(*param) public

Returns a section of the matrix. The parameters are either:

  • start_row, nrows, start_col, ncols; OR

  • col_range, row_range

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