Libraries
»
symath
(0.1.1)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/symath/matrix.rb
Instance Method Summary
collapse
#
to_m
⇒ Object
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