method
elements_to_f
v1_9_1_378 -
Show latest stable
- Class:
Matrix
elements_to_f()public
No documentation available.
# File lib/matrix.rb, line 927
def elements_to_f
collect{|e| e.to_f}
end elements_to_f()No documentation available.
# File lib/matrix.rb, line 927
def elements_to_f
collect{|e| e.to_f}
end