Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/symath/matrix.rb
Instance Method Summary collapse
Instance Method Details
#to_m ⇒ Object
249 250 251 |
# File 'lib/symath/matrix.rb', line 249 def to_m() return SyMath::Matrix.new(self) end |