zero?()
Returns true iff all elements are zero.
# File lib/matrix.rb, line 1849 def zero? all?(&:zero?) end