Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/symath/matrix.rb

Instance Method Summary collapse

Instance Method Details

#to_mObject



249
250
251
# File 'lib/symath/matrix.rb', line 249

def to_m()
  return SyMath::Matrix.new(self)
end