4 lines
68 B
Text
4 lines
68 B
Text
|
|
function rankmodified{T<:Real}(a::Array{T,1})
|
||
|
|
indexin(a, a)
|
||
|
|
end
|