Exception: MatrixErr::ErrZeroDeterminant

Inherits:
Matrix_Error
  • Object
show all
Defined in:
lib/matrix_gem/matrix_err.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



34
35
36
# File 'lib/matrix_gem/matrix_err.rb', line 34

def message
  "Matrix determinant should be not equal to zero!"
end