# File lib/matrix.rb, line 1366
def
elements_to_r
collect
{
|
e
|
e
.
to_r
}
end