# File lib/backports/1.9.2/stdlib/matrix.rb, line 320
  def []=(i, j, v)
    @rows[i][j] = v
  end