# File lib/backports/1.9.2/stdlib/matrix.rb, line 1291
  def row_vectors
    Array.new(row_size) {|i|
      row(i)
    }
  end