-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.66 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method("[",arrayvec)
S3method("[[",arrayvec)
S3method(as.data.frame,arrayvec)
S3method(as.matrix,arrayvec)
S3method(dim,arrayvec)
S3method(kd_binary_search,arrayvec)
S3method(kd_binary_search,matrix)
S3method(kd_is_sorted,arrayvec)
S3method(kd_is_sorted,data.frame)
S3method(kd_is_sorted,matrix)
S3method(kd_lower_bound,arrayvec)
S3method(kd_lower_bound,matrix)
S3method(kd_nearest_neighbor,arrayvec)
S3method(kd_nearest_neighbor,matrix)
S3method(kd_nearest_neighbors,arrayvec)
S3method(kd_nearest_neighbors,data.frame)
S3method(kd_nearest_neighbors,matrix)
S3method(kd_nn_indices,arrayvec)
S3method(kd_nn_indices,data.frame)
S3method(kd_nn_indices,matrix)
S3method(kd_order,arrayvec)
S3method(kd_order,data.frame)
S3method(kd_order,matrix)
S3method(kd_order,sf)
S3method(kd_range_query,arrayvec)
S3method(kd_range_query,data.frame)
S3method(kd_range_query,matrix)
S3method(kd_rq_indices,arrayvec)
S3method(kd_rq_indices,data.frame)
S3method(kd_rq_indices,matrix)
S3method(kd_sort,arrayvec)
S3method(kd_sort,data.frame)
S3method(kd_sort,matrix)
S3method(kd_upper_bound,arrayvec)
S3method(kd_upper_bound,matrix)
S3method(lex_sort,arrayvec)
S3method(lex_sort,data.frame)
S3method(lex_sort,matrix)
S3method(print,arrayvec)
export(colspec)
export(has_cxx17)
export(kd_binary_search)
export(kd_is_sorted)
export(kd_lower_bound)
export(kd_nearest_neighbor)
export(kd_nearest_neighbors)
export(kd_nn_indices)
export(kd_order)
export(kd_range_query)
export(kd_rq_indices)
export(kd_sort)
export(kd_upper_bound)
export(levenshtein)
export(lex_sort)
export(matrix_to_tuples)
export(tuples_to_matrix)
importFrom(Rcpp,evalCpp)
useDynLib(kdtools, .registration = TRUE)