zero?()
Returns true is this is a matrix with only zero elements
# File lib/matrix.rb, line 753 def zero? all?(&:zero?) end