Method: RMatrix::Matrix#abs

Defined in:
lib/rmatrix/matrix.rb

#absObject



135
136
137
# File 'lib/rmatrix/matrix.rb', line 135

def abs
  (self ** 2) ** 0.5
end