Method: AppMath::Mat#abs2

Defined in:
lib/linalg.rb

#abs2Object

Square of absolute value.



1006
1007
1008
# File 'lib/linalg.rb', line 1006

def abs2
  spr(self)
end