# File lib/matrix.rb, line 1362
  def elements_to_i
    collect{|e| e.to_i}
  end