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