# File lib/backports/1.9.2/stdlib/matrix.rb, line 1147
  def round(ndigits=0)
    map{|e| e.round(ndigits)}
  end