real?()
Returns true if all entries of the matrix are real.
# File lib/matrix.rb, line 689 def real? all?(&:real?) end