# File lib/matrix.rb, line 1358
  def elements_to_f
    collect{|e| e.to_f}
  end