# File lib/backports/1.9.2/stdlib/matrix.rb, line 1811
  def covector
    Matrix.row_vector(self)
  end