# File lib/backports/1.9.2/stdlib/matrix.rb, line 314
  def [](i, j)
    @rows.fetch(i){return nil}[j]
  end