# File lib/matrix.rb, line 843
  def to_a
    @rows.collect{|row| row.collect{|e| e}}
  end