Method: CsrMatrix::Functions#det
- Defined in:
- lib/csrmatrix/functions.rb
#det ⇒ Object
25 26 27 28 29 30 |
# File 'lib/csrmatrix/functions.rb', line 25 def det() # alias for determinant # identifies the determinant of a matrix is_invariant? return self.determinant() end |