NearestNeighbors.jl
NearestNeighbors.jl copied to clipboard
KDTree with Matrix{ComplexF64}
Should a KDTree from Matrix{ComplexF64} dataset not be possible?
data = rand(ComplexF64, 3, 10^4)
kdtree = KDTree(data)
gives
ERROR: MethodError: no method matching KDTree(::Matrix{ComplexF64})