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