Method: AppMath::Mat#clone

Defined in:
lib/linalg.rb

#cloneObject

Returns an independent copy of self.



497
498
499
# File 'lib/linalg.rb', line 497

def clone
  Mat.new(self)
end