NearestNeighbors.jl icon indicating copy to clipboard operation
NearestNeighbors.jl copied to clipboard

KDTree with Matrix{ComplexF64}

Open oameye opened this issue 2 years ago • 0 comments

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})

oameye avatar Jan 03 '24 14:01 oameye