Libraries
»
rmatrix
(0.1.11)
»
Index
»
RMatrix
»
Matrix
»
#abs
Method: RMatrix::Matrix#abs
Defined in:
lib/rmatrix/matrix.rb
#
abs
⇒
Object
135 136 137
# File 'lib/rmatrix/matrix.rb', line 135
def
abs
(
self
**
2
)
**
0
.5
end