# File lib/backports/1.9.2/stdlib/matrix.rb, line 257
  def Matrix.row_vector(row)
    row = convert_to_array(row)
    new [row]
  end