# File lib/matrix.rb, line 797
  def transpose
    Matrix.columns(@rows)
  end