We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0234d commit 14ddcaeCopy full SHA for 14ddcae
src/neighborhood_search.jl
@@ -23,8 +23,8 @@ all points in `y` whose distances to that point are smaller than the search radi
23
`x` and `y` are expected to be matrices, where the `i`-th column contains the coordinates
24
of point `i`. Note that `x` and `y` can be identical.
25
26
-If the neighborhood search initialization supports parallelization, the keyword argument
27
-`parallelization_backend` can be used to specify the parallelization backend.
+If the neighborhood search type supports parallelization, the keyword argument
+`parallelization_backend` can be used to specify a parallelization backend.
28
See [`@threaded`](@ref) for a list of available backends.
29
30
See also [`update!`](@ref).
0 commit comments