Libraries
»
appmath
(0.0.1)
»
Index
»
AppMath
»
Mat
»
#abs2
Method: AppMath::Mat#abs2
Defined in:
lib/linalg.rb
#
abs2
⇒
Object
Square of absolute value.
1006 1007 1008
# File 'lib/linalg.rb', line 1006
def
abs2
spr
(
self
)
end