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