Searched refs:cpp_s2_touches_matrix (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/R-cran-s2/s2/R/ |
H A D | s2-matrix.R | 140 cpp_s2_touches_matrix(as_s2_geography(x), as_s2_geography(y), options)
|
H A D | RcppExports.R | 280 cpp_s2_touches_matrix <- function(geog1, geog2, s2options) { function
|
/dports/graphics/R-cran-s2/s2/src/ |
H A D | s2-matrix.cpp | 341 List cpp_s2_touches_matrix(List geog1, List geog2, List s2options) { in cpp_s2_touches_matrix() function
|
H A D | RcppExports.cpp | 825 List cpp_s2_touches_matrix(List geog1, List geog2, List s2options); 833 rcpp_result_gen = Rcpp::wrap(cpp_s2_touches_matrix(geog1, geog2, s2options)); in _s2_cpp_s2_touches_matrix()
|