= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
singular?()
Returns true if this is a singular matrix.
# File lib/matrix.rb, line 780 def singular? determinant == 0 end